Log in

View Full Version : bad conditional


sabret00the
05-10-2005, 04:43 PM
if ((ucwords(strtolower($lastthread[postusername]) == ucwords(strtolower($vboptions[threadbot_username]) OR $lastpost[count] <= $headerusers[count]) AND (ucwords(strtolower($lastpost[username]) != ucwords(strtolower($vboptions[threadbot_username])))

what's wrong with that? it's giving me this?

Parse error: syntax error, unexpected '{' in K:\Network\xampp\htdocs\forums\includes\cron\threa dBOT.php on line 70

nevermind should've been a second ) on each of the words

all-the-vb
05-11-2005, 11:06 AM
if (ucwords(strtolower($lastthread[postusername])) ==
ucwords(strtolower($vboptions[threadbot_username]))
OR ($lastpost[count] <= $headerusers[count]) AND
ucwords(strtolower($lastpost[username])) !=
ucwords(strtolower($vboptions[threadbot_username])))