Stephan Fiedler wrote:

Hi Nick,

Nick Wilson wrote:

Hi all, [...]
<INPUT TYPE="checkbox" NAME="a" VALUE="on">

so, what is it? a=<what?>
[...]


if a was checked "a=on" is posted (or 'get'ed)
if not checked a isn't set.

Thanks very much!


You're welcome

Stephan
that actually depends on the browser. Mayne browsers send a= when it's not checked (meaning an EMPTY value)

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



Reply via email to