ballhogjoni Posted May 8, 2007 Share Posted May 8, 2007 Whats wrong with this? Parse error: syntax error, unexpected T_BOOLEAN_OR in /home/realfina/public_html/tests/test/dispo_leads.php on line 42 if (!isset($too_small_lead)) || (!isset($money_lead)) || (!isset($time_lead)) || (!isset($not_inter_lead)) || (!isset($client_lead)) || (!isset($demo_lead)) || (!isset($notContacted_lead)) || (!isset($callBack_lead)) { Link to comment https://forums.phpfreaks.com/topic/50486-parse-error-syntax-error-unexpected-t_boolean_or-in-homerealfinapublic_html/ Share on other sites More sharing options...
taith Posted May 8, 2007 Share Posted May 8, 2007 your first section was completly surrounded... if(!isset($too_small_lead) || !isset($money_lead) || !isset($time_lead) || !isset($not_inter_lead) || !isset($client_lead) || !isset($demo_lead) || !isset($notContacted_lead) || !isset($callBack_lead)){ Link to comment https://forums.phpfreaks.com/topic/50486-parse-error-syntax-error-unexpected-t_boolean_or-in-homerealfinapublic_html/#findComment-248041 Share on other sites More sharing options...
ballhogjoni Posted May 8, 2007 Author Share Posted May 8, 2007 Thats what I thought and then when I make the change it gives me a Parse error: syntax error, unexpected '{' on line 42 Link to comment https://forums.phpfreaks.com/topic/50486-parse-error-syntax-error-unexpected-t_boolean_or-in-homerealfinapublic_html/#findComment-248047 Share on other sites More sharing options...
ballhogjoni Posted May 8, 2007 Author Share Posted May 8, 2007 anybody? Link to comment https://forums.phpfreaks.com/topic/50486-parse-error-syntax-error-unexpected-t_boolean_or-in-homerealfinapublic_html/#findComment-248102 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.