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) ){ Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/216645-unexpected-t_string/#findComment-1125588 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.