Visit our site: Vist and Get Free Gifts

Learn To Build: Data base connectivity code

Visit our site: Vist and Get Free Gifts

Visit our site: Vist and Get Free Gifts

Friday, January 10, 2014

Data base connectivity code


Data base connectivity code In PHP

<?php
$host = "localhost"; //12.23.1212.
$usrname = "root";
$pass = '';


     mysql_connect($host, $usrname, $pass);
mysql_select_db("loginsystem");
session_start();
ob_start();
?>

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home