Vivid Lust Posted October 23, 2010 Share Posted October 23, 2010 Any idea why I'm getting this error? Line of code producing error: if( !isset($this->message) OR !isset($this->subject) ){ Link to comment https://forums.phpfreaks.com/topic/216645-unexpected-t_string/ Share on other sites More sharing options...
.josh Posted October 23, 2010 Share Posted October 23, 2010 nothin' wrong with that line. Look at lines above it. That error usually means you forgot to close a quote or improperly closed/escaped quotes or something and that line is the first place that failure of handling quotes or other syntax became a problem to parse. Link to comment https://forums.phpfreaks.com/topic/216645-unexpected-t_string/#findComment-1125588 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.