Hi
im getting error in my code as the page comes out blank. How do i get the page to show the errors im getting im using the following code:
$db_name = "web";
$table_name = "candidates";
$connection = @mysql_connect("test", "tst", "test") or die(mysql_error());
$db = @mysql_select_db($db_name, $connection) or die(mysql_error());