Re: [PHP] Going back with multiple submits to the same page

2007-01-20 Thread tedd
At 8:43 PM +0100 1/18/07, Otto Wyss wrote: Paul Novitski wrote: At 1/15/2007 01:52 PM, Otto Wyss wrote: When values are entered on one of my page I submit the result back to the same page (form action=same_page). Unfortunately each submit adds an entry into the history, so history back doesn't

Re: [PHP] Going back with multiple submits to the same page

2007-01-18 Thread Nick Stinemates
> I already do and currently I just jump to that page but it would be nice > > to go backwards so the user doesn't have to enter the same values all > > the time. If that is the case, you can also store their values

Re: [PHP] Going back with multiple submits to the same page

2007-01-18 Thread Otto Wyss
Paul Novitski wrote: At 1/15/2007 01:52 PM, Otto Wyss wrote: When values are entered on one of my page I submit the result back to the same page (form action=same_page). Unfortunately each submit adds an entry into the history, so history back doesn't work in a single step. Yet if the count of

Re: [PHP] Going back with multiple submits to the same page

2007-01-16 Thread tedd
At 10:52 PM +0100 1/15/07, Otto Wyss wrote: When values are entered on one of my page I submit the result back to the same page (form action=same_page). Unfortunately each submit adds an entry into the history, so history back doesn't work in a single step. Yet if the count of submits were know

Re: [PHP] Going back with multiple submits to the same page

2007-01-15 Thread Paul Novitski
At 1/15/2007 01:52 PM, Otto Wyss wrote: When values are entered on one of my page I submit the result back to the same page (form action=same_page). Unfortunately each submit adds an entry into the history, so history back doesn't work in a single step. Yet if the count of submits were known I

[PHP] Going back with multiple submits to the same page

2007-01-15 Thread Otto Wyss
When values are entered on one of my page I submit the result back to the same page (form action=same_page). Unfortunately each submit adds an entry into the history, so history back doesn't work in a single step. Yet if the count of submits were known I could use goto(n). What's the best way t