Free Form Builder Utility with PHP back end

Free Form Builder Utility with PHP back end

am 06.08.2007 21:38:35 von johnmott

Hi all,
I've developed a free interactive utility that will
generate the bones of an HTML form with PHP processing.
Its very simple to use and is just the ticket for getting the
structure of a form in place. About 10 times a year I seem to
have to do this chore so I decided to automate it and share.
Let me know what you think, you can provide feedback on the site
or send me an email.

http://www.nicecleanexample.com/Tools/EmailForm/Intro.aspx

John
Nice Clean Examples .. www.nicecleanexample.com

Re: Free Form Builder Utility with PHP back end

am 06.08.2007 22:24:23 von ELINTPimp

> http://www.nicecleanexample.com/Tools/EmailForm/Intro.aspx

..aspx // nice

feedback as you requested:

your page is broke. check this out: http://us.php.net/exceptions

Re: Free Form Builder Utility with PHP back end

am 07.08.2007 10:14:20 von John Andersen

The form generation page was not very understandable. From the source
it looks like you are generating pools forms!

I would prefer that the final solution did not mix HTML and PHP code,
but used some code templates to build the form, templates for the HTML
and for the PHP code.

Enjoy,
John