Re: [PHP] Creating forms dynamically

2006-03-15 Thread Mark Kelly
On Tuesday 14 March 2006 20:21, Paul Goepfert wrote: If anyone has any ideas on how to create the form when the error messages are displayed without having to code it a second time please let me know. I use an assoc. array that matches the form inputs, for example: $FormDisplayData = array(

[PHP] Creating forms dynamically

2006-03-14 Thread Paul Goepfert
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 I need to redisplay the form incase of errors. To be more specific I want to redisplay the page with the errors displayed. I would like to have the form coded once. It

Re: [PHP] Creating forms dynamically

2006-03-14 Thread Chris
Paul Goepfert 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 I need to redisplay the form incase of errors. To be more specific I want to redisplay the page with the errors displayed. I would like to have the