html5 and php code to fetch data - LET'S BE CREATIVE

html5 and php code to fetch data

include "connect.php";
$query="SELECT * FROM rec";
$res=mysql_query($query);


?>




Fetch



 
    ID
    NAME
    FATHER NAME
    EMAIL
    PASSWORD
    CONTACT NO.
 
 
 
   
?>   
?>   
   
?>   
?>   
?> 
 




Featured