S20 Search From Result

S20 Search From Result
<!DOCTYPE html>
<html>
<body>

<?php
include("config.php");


$username=$_GET["username"];


    $sql = "SELECT * FROM regform WHERE username LIKE '%$username%'";
    $result = $conn->query($sql);
    if ($result->num_rows > 0) {
    // output data of each row
    while($row = $result->fetch_assoc()) {
        echo "<br> username: ". $row["username"]." - Mobile: ". $row["mobile"]."<br>";
    }
} else {
    echo "0 results";
}


$conn->close();
?>

</body>
</html>

Take Your Free Live Demo Class Now

We Will Call Back You Shortly

Enter Your DETAILS BELOW

We Will Send You the Course Fees Details In Below Number

Enter Your DETAILS BELOW

We Will Call Back You Shortly

Enter Your DETAILS BELOW

We Will Call Back You Shortly

Enter Your DETAILS BELOW

Enter Your DETAILS BELOW TO take

free demo class