i am getting this error after uploading my page to server :
Parse error: syntax error, unexpected T_LOGICAL_OR in /data/19/1/86/59/1901711/user/xxxx/htdocs/Maxxxxxxt/Mxxxxxxe/Pxx/txxx/index.php on line 11
on line i have this database statement , which is working fine when i am using it at localhost.
$objConnect = mysql_connect('localhost','root',''); or die(mysql_error());
i have tried up every settings but they are all helpless, let me know what i am doing wrong ? and what is to be done to fix it up ?