Re: [PHP] Redisplaying information from a HTML form

2005-08-11 Thread Torgny Bjers
Ravi Gogna wrote: [snip] > I've managed to write the checking program in such a way that clicking > submit launches an 'error' page which displays at the top of the page > which field is wrong, and then redisplays the form. (The form > redisplay is done using a function which uses the variables I

RE: [PHP] Redisplaying information from a HTML form

2005-08-11 Thread Jim Moseby
> Is there a way I can make these boxes and buttons > retain their value? Without a code example, I am forced to give a generic answer. Here's one way to do it: value="1">Option 1 value="2">Option 2 value="3">Option 3 value="4">Option 4 value="5">Option 5 value=

Re: [PHP] Redisplaying information from a HTML form

2005-08-10 Thread Jochem Maas
Ravi Gogna wrote: Hi there I'm absolutely new at this so forgive me if none of it makes any sense! I'm trying to write a page which lets you apply for tickets. I've written it in PHP and used simple variable names for all the input fields. Upon clicking submit, I want the form to be checked f