if (!function_exists('mysql_connect('localhost', 'root', 'sushma')'))
{
die(
'<span class="fatalError">Fatal error: ' .
'MySQL extension is not loaded. Check your settings in php.ini.</span>'
);
}
line 67 is where the parse error is reported..where is
the error????cann anyone help me??