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: &g

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=\"$b

[PHP] Refreshing form with submittd data

2001-09-06 Thread Seb Frost
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. here's what I have: if ($thumbs=="faster") { echo "Faster loading"; echo "Normal thumbnails"; echo "Higher quality"; } else