[PHP-WIN] Re: Displaying checkbox values selected

2002-05-17 Thread Hugh Bothwell
"C Sims" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > would appreciate any help with this (newbie) question. All im trying to do > is to echo on screen the checkbox values selected by the user. Problem is > when submit is pressed, the selected arti

[PHP-WIN] Re: Displaying checkbox values selected

2002-05-17 Thread C Sims
thanks for replies. got it to work. i tried Aziz's solution with $PHP_SELF but didnt work. this though led me to read about environment variables, and to cut long story short i changed register_globals = off to "on" in php.ini file and it worked. cheers "Nicole Amashta" <[EMAIL PROTECTED]> w

[PHP-WIN] Re: Displaying checkbox values selected

2002-05-17 Thread Nicole Amashta
Since this is dynamically generated, you should be able to determine the 'checked' items. If the value is equal to the value of the check box, you need to add in 'checked' to the checkbox tab, like so: Bon Jovi -nicole www.aeontrek.com C Sims wrote: > Hi all, > would appreciate any help with