PHP form processing software

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
Artemiy
Forum Newbie
Posts: 2
Joined: Mon Feb 25, 2008 1:03 pm

PHP form processing software

Post 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
able
Forum Newbie
Posts: 4
Joined: Sun Mar 02, 2008 9:53 pm

Re: PHP form processing software

Post 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)
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: PHP form processing software

Post by Ambush Commander »

Meh, can't be bothered to register.

Can you throw up an online demo?
Post Reply