Detail’s of Users
include “check.php”;
$result = mysql_query(“SELECT * FROM users”);
echo ”
“;$count=0;
while($row = mysql_fetch_array($result))
{$count++;
echo “”; echo “”;
echo “”;
echo “”;
echo “”;
echo “”;
echo “”;echo “”;}
echo ”
SNo | Center Name | Name | Age | Gender | Address |
---|---|---|---|---|---|
” . $count .” | ” . $row[‘center’] . “ | ” . $row[‘name’] . “ | ” . $row[‘age’] . “ | ” . $row[‘gender’] . “ | ” . $row[‘address’] . “ |
“;
mysql_close($con);
?>
Quick Links







