MyBB Community Forums

Full Version: Problem? Might be
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
$problems = {};
for(i = 0; i < 99; ++i)
{
	array_push($problems,i);
}
$pot_problem = "a bitch";
if(!in_array($pot_problem,$problems))
{
	echo "I've got 99 problems, but " + $pot_problem + "ain't one!";
}
dat mix of syntax
dat syntax error
dat "I should have done this in Java"