On a previous shopping cart, some of our "fantastically complex" scripts got
so big that WE couldn't follow the logic.... too many conditional test,
things started to conflict.... it was hell... so we found that it was better
to break the processing code apart from the html..... but build one file
that includes all needed files into one to simulate the "One-file-one-form"
approach..... this made all our lives easier..... JMT.




----- Original Message -----
From: "Tom Carter" <[EMAIL PROTECTED]>
To: "motorpsychkill" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 3:39 AM
Subject: Re: [PHP] bad form...


> generally. no its not.. IMHO its a good thing.... it can help make data
> validation easier, as in people can't "fake" variables by passing them in
> the URL to the processing script.
> It also helps keeps thing tidy... so providing that the processing isn't
> fantastically complex (in which case the complexity of the processing may
> make the physical file cumbersome)
>
> HTH,
> Tom
>
>
> > hello everyone, is it 'bad form' (no pun intended) to have a form point
to
> > itself for processing, rather than forward the form variables to another
> > page?  Anybody have any input on this?  I try to have 1 page that is the
> > form and handles all the processing as well in order to keep the page
> count
> > on my site low and for easier editing, blah blah blah....
> >
> > thank you for you help!
> >
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to