[PHP] Re: Creating forms dynamically

2006-03-15 Thread Manuel Lemos
Hello, on 03/14/2006 05:21 PM Paul Goepfert said the following: I have been working on a page where I have a form. I currently have the form in an else block with no access to it if I need to redisplay the form incase of errors. To be more specific I want to redisplay the page with the

[PHP] Re: Creating forms dynamically

2006-03-14 Thread Paul Goepfert
Class validation { //functions } if(isset($submit)) { //calls to validation code } else { //display webpage } On 3/14/06, Paul Goepfert [EMAIL PROTECTED] wrote: Hi all, I have been working on a page where I have a form. I currently have the form in an else block with no access to it if