jwk811 Posted October 22, 2006 Share Posted October 22, 2006 Parse error: parse error, unexpected T_LOGICAL_OR in /home/content/j/w/k/jwk811/html/membership/activate.php on line 21heres line 21if ( mysql_affected_rows ( $sql ) == 0 ) or die(mysql_error());thank you very much ----- Quote Link to comment Share on other sites More sharing options...
fert Posted October 22, 2006 Share Posted October 22, 2006 [quote author=jwk811 link=topic=112373.msg456015#msg456015 date=1161559553]Parse error: parse error, unexpected T_LOGICAL_OR in /home/content/j/w/k/jwk811/html/membership/activate.php on line 21heres line 21if ( mysql_affected_rows ( $sql ) == 0 ) or die(mysql_error());thank you very much -----[/quote]use [code]if ( mysql_affected_rows ( $sql ) == 0 ) {die(mysql_error());}[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.