Posted by Auddog on 11/21/06 18:49
After starting to work with PHP, I have a question on others programming
preferences. I usually create multiple pages for user input, 1 page for the
form and 1 page for the insert and then a redirect. I have noticed thru
several tutorials on the web that most are created pointing back to
themselves
I.E.
if(isset($_post['submitted'])) {
Is there a preferred way? Other than the obvious, it's all on one page, is
there other benefits to the one page setup?
A
[Back to original message]
|