my first php code is the connect
config.php
If you see some errors please tell me.
config.php
Code:
<?php
$con = mysql_connect("localhost" , "name" ,"password">;
if ( $con )
{
die ( ' Could not connect: ' . myql_error ( )) ;
{
// some code
mysql_close ( $con) ;
?>
If you see some errors please tell me.







