Topic awaiting preservation: PHP: Retriving Radio Button values? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 10-06-2004 16:14
I need help on how to retrieve the value from HTML Radio button, and then to store it in the Sesion. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 10-06-2004 16:18
well. Start off by escaping > and < that do not belong to tags with > and < (search for html entities). |
Nervous Wreck (II) Inmate From: |
posted 10-06-2004 16:43
This one works! code: <?php
|
Paranoid (IV) Inmate From: Sydney, Autralia |
posted 10-09-2004 20:37
its a good idea to get into the habit of using correct syntax. code: <input typ="radio" name="whatever" value="whatever" />
|