Re: [PHP-WIN] IF ELSE problem on PHP4/WIN2K

2001-08-10 Thread Joseph Moore
Thank you! It works on both platforms (IIS and Apache)! Thanks for your help! I am grateful. Joseph Moore "Hassan El Forkani" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > try this > > if ( isset($CategoriesONE) and $CategoriesONE != "" ) > echo "ONE "; >

Re: [PHP-WIN] IF ELSE problem on PHP4/WIN2K

2001-08-10 Thread hassan el forkani
try this REGARDS At 06:44 10/08/01, Joseph Moore wrote: > if ( $CategoriesONE != "" ) > echo "ONE "; > if ( $CategoriesTWO != "" ) > echo "TWO "; >?> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR