http://go.ad2up.com/afu.php?id=821659
Read More
HTML5 AND PHP CODE TO CREATE A SESSION FOR LOGIN
session_start(); include "connect.php"; if(isset($_POST['singin'])){ $name = $_POST['name']; $pass = $_POST[...
Read More
html5 and php code to fetch data
include "connect.php"; $query="SELECT * FROM rec"; $res=mysql_query($query); ?> Fetch ID ...
Read More
HTML5 AND PHP CODE to insert data
include "connect.php"; if(isset($_POST['tbnreg'])){ $name = $_POST['name']; $fname = $_POST['fn...
Read More
connection with database
$sql=mysql_connect("localhost","root",""); $c=mysql_select_db("db_record",$sql); ?>
Read More
Subscribe to:
Posts (Atom)