Hello I want to use the DO WHILE statement with an OR ( || )
like this:
do{
......
}while ($found != 1 || $count == 10);
But this is nog working in PHP 4.4 . Anybody know how to do this?
Thanks!
like this:
do{
......
}while ($found != 1 || $count == 10);
But this is nog working in PHP 4.4 . Anybody know how to do this?
Thanks!
Comment