RE: [PHP] Refreshing form with submittd data

2001-09-06 Thread Seb Frost

Thank you thank you thank you.  Sheer genius :-)

-Original Message-
From: David Otton [mailto:[EMAIL PROTECTED]]
Sent: 06 September 2001 22:18
To: Seb Frost
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Refreshing form with submittd data


On Thu, 6 Sep 2001 13:46:59 +0100, you wrote:

>I have 3 radio buttons, and I want the one selected by the user to show as
>selected when the page reloads.  The form uses POST and points to itself.

>How can I make this better?  With a text field I can just do type=\"text\" name=\"foo\" value=\"$bar\"> but I can't figure out how to do
>that sort of thing with radio buttons..




>
Faster
>
Normal
>
Larger



djo


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Refreshing form with submittd data

2001-09-06 Thread David Otton

On Thu, 6 Sep 2001 13:46:59 +0100, you wrote:

>I have 3 radio buttons, and I want the one selected by the user to show as
>selected when the page reloads.  The form uses POST and points to itself.

>How can I make this better?  With a text field I can just do type=\"text\" name=\"foo\" value=\"$bar\"> but I can't figure out how to do
>that sort of thing with radio buttons..




>
Faster
>
Normal
>
Larger



djo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]