RE: [PHP] hidden value

2002-04-03 Thread Rudolf Visagie

This should work:


If the hidden input structure name is the same as the radio buttons' name,
you could run into trouble. Also, you forgot quotes around the 'hidden'. Why
try to use the form name as a class (survey->'$birth_month')?

Cheers

Rudolf Visagie
Principal Software Developer
Digital Healthcare Solutions
<mailto:[EMAIL PROTECTED]>

-Original Message-
From: Joe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 9:59 AM
To: [EMAIL PROTECTED]
Subject: [PHP] hidden value


I had designed a web survery.
As there is some bugs of "session" function on php windows version.
so i use hidden value to pass the data to next page.

here are the code:


.

January
.
.
'$birth_month'"
?>
.
.


It seems that it can pass the data/variable to next page.
but i don't know why the variable display on the page, not hidden.

I think my php code that pass hidden value had error but i don't know how to
correct.
Can anyone help me?

thx!

best regards,
Joe





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] hidden value

2002-04-03 Thread Joe

I had designed a web survery.
As there is some bugs of "session" function on php windows version.
so i use hidden value to pass the data to next page.

here are the code:


.

January
.
.
'$birth_month'"
?>
.
.


It seems that it can pass the data/variable to next page.
but i don't know why the variable display on the page, not hidden.

I think my php code that pass hidden value had error but i don't know how to
correct.
Can anyone help me?

thx!

best regards,
Joe





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php