[PHP] refreshing form

2002-03-20 Thread Mantas Kriauciunas
Hey [EMAIL PROTECTED], I am doing small simple voting script for my site..and i don't want to refresh whole site how should i refresh only the form? i can't find info anywhere... so i am trying over hare..i am new so i dunno what is this cong about. and i am using DB for my voting poll t

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