DB Con
<?php
$host = 'localhost';
$user = 'root';
$pw = '';
$db = 'a3075631_slsoc';
$connection = mysql_connect($host,$user,$pw)
or die ("Couldnt Connect" .mysql_error());
mysql_select_db($db)
or die ("Couldnt Find DB" .mysql_error());
?>
$host = 'localhost';
$user = 'root';
$pw = '';
$db = 'a3075631_slsoc';
$connection = mysql_connect($host,$user,$pw)
or die ("Couldnt Connect" .mysql_error());
mysql_select_db($db)
or die ("Couldnt Find DB" .mysql_error());
?>
0 comments: