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

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

2001-08-09 Thread Joseph Moore
All: My problem is probably a simple coding issue, but I can't figure it out. This is with PHP 4.0.6 on Win2K with IIS5. I have a html form (using checkboxes) gathering some data, and I pass it onto a PHP file. When the user checks the checkbox, everything works properly. Here is a sample of the h