Untitled

mail@pastecode.io avatar
unknown
php
a year ago
180 B
1
Indexable
Never
<?php

    include 'connect.php' ;
    
	$phone='0';
    $query = "SELECT * FROM u_app WHERE fff = '$phone'";
    $result = mysqli_query($conn, $query);
    
   

 

?>