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 ----- Link to comment https://forums.phpfreaks.com/topic/24781-arrgg-another-error-could-you-tell-me-whats-wrong-with-this-line-please/ 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] Link to comment https://forums.phpfreaks.com/topic/24781-arrgg-another-error-could-you-tell-me-whats-wrong-with-this-line-please/#findComment-112865 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.