[PHP] bad form...

2001-06-20 Thread motorpsychkill
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

Re: [PHP] bad form...

2001-06-20 Thread Tom Carter
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

RE: [PHP] bad form...

2001-06-20 Thread Grimes, Dean
on my site low and for easier editing, blah blah blah I hope not! This is how all of my forms work. Why maintain two separate programs? -Original Message- From: motorpsychkill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 2:13 AM To: Php General List Subject: [PHP] bad

Re: [PHP] bad form...

2001-06-20 Thread Chris \TunkeyMicket\ Watford
] To: motorpsychkill [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 6: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

RE: [PHP] bad form...

2001-06-20 Thread PHPBeginner.com
Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: motorpsychkill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 4:13 PM To: Php General List Subject: [PHP] bad form... hello everyone

Re: [PHP] bad form...

2001-06-20 Thread Dallas K.
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

RE: [PHP] bad form...

2001-06-20 Thread scott [gts]
- From: Tom Carter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 6:40 AM To: motorpsychkill Cc: [EMAIL PROTECTED] 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

Re: [PHP] bad form...

2001-06-20 Thread Alexander Wagner
Dallas K. wrote: 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