Re: [PHP] Supporting "Cancel"

2005-03-02 Thread Richard Lynch
Dan Tappin wrote: > To be honest the real answer will be unpopular but since the old system > is unusable, not maintainable it should be replaced. I think if you > estimated the time / cost to rebuild the system from scratch it would > still be the better than trying to continue with this PITA sy

Re: [PHP] Supporting "Cancel"

2005-03-01 Thread anirudh dutt
On Tue, 1 Mar 2005 14:56:57 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > Anybody got a better idea for handling this sort of design in any > reasonable fashion? how about storing all the form info using sessions/session-style steps. for stability/security, u can store all variables ass

Re: [PHP] Supporting "Cancel"

2005-03-01 Thread Dan Tappin
That sounds ugly. To be honest the real answer will be unpopular but since the old system is unusable, not maintainable it should be replaced. I think if you estimated the time / cost to rebuild the system from scratch it would still be the better than trying to continue with this PITA system.