patrickstrijdonck
Programmer
Hi all,
In PHP im running a code wich questions alot of ifs,
offcourse I will end the if with
with 6 IF rules, the page will work perfectly, when i add the 7th IF rule, no matter if its the exact same one from 1 to 6, page gives Unexpected $end.
Any ideas,
Is it possible to use the above code to look into every field to check if its empty???
In PHP im running a code wich questions alot of ifs,
Code:
if (trim($_POST['adres']) == "") {
offcourse I will end the if with
Code:
}
with 6 IF rules, the page will work perfectly, when i add the 7th IF rule, no matter if its the exact same one from 1 to 6, page gives Unexpected $end.
Any ideas,
Is it possible to use the above code to look into every field to check if its empty???