[php]
$host=http://localhost/mysite1;
$con=mysql_connect(“localhost/mysite1”,“user”,“user1”);
if($con)
{
echo “connected successfully”;
}
[/php] then where to navigate this code
had created phpmyadmin tables for sql but some connection problem with 404 error pls clear this
thanks
in advance