there was a problem connecting to database
what should I have in denisp_data label below
<?php
$con = mysql_connect("denisp_data","denisp_testdata","x10 pword");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// some code
?>
there was a problem connecting to database
what should I have in denisp_data label below
<?php
$con = mysql_connect("denisp_data","denisp_testdata","x10 pword");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// some code
?>
Hello,
What problem/error message are you receiving when trying to connect?