Visit our site: Vist and Get Free Gifts

Learn To Build: PHP connection Code

Visit our site: Vist and Get Free Gifts

Visit our site: Vist and Get Free Gifts

Friday, January 10, 2014

PHP connection Code

<?php
$host = "localhost";
$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