With PHP, can you make a if then statement in a if then statement with PHP, or does it have to be If ... ElseIf .
if (cond)
{
if (another cond)
{
if (yet another condition)
// etc
}
}
Great that means the parse error is something hard to find. I'm glad I can do Ifs in Ifs though.