Actually, "elseif" and "else if" are both valid.
J
Craig Vincent wrote:
> <snip>
> }else if(!$submit){
> </snip>
>
> Acthough you didn't show 75 lines of code my guess would be your problem
> lies here. The else and the if shouldn't have a space between them.
>
> } elseif(!$submit){
>
> See how that works for you =)
>
> Sincerely,
>
> Craig Vincent
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

