Page 1 of 1

PHP form processing software

Posted: Mon Feb 25, 2008 1:11 pm
by Artemiy
I already created a program, which generates PHP code to process any web forms. You can read about and download it from forms-expert.com.

I would like to know your opinion about quality of generated script. What would you like to suggest me? Is that code enough for most of your needs? Probably you'll find some bugs there, so I will gladly fix them

Re: PHP form processing software

Posted: Tue Mar 04, 2008 8:20 am
by able
You have a referrer and next page field, but I don't think this would be enough to prevent CSRF exploits - why not put in a one time token with the form?

(I used your contact us form as example, didnt go through actual process, assumed using your own software)

Re: PHP form processing software

Posted: Wed Mar 05, 2008 10:31 pm
by Ambush Commander
Meh, can't be bothered to register.

Can you throw up an online demo?