"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
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
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