views:

131

answers:

5

I'm looking for an open source php form builder or form generator to add/edit/delete/search records?

I have to create a simple manager for some records, it's a common application that should be found easily, but I can't find any good code/class/application/etc :(

Any help is appreciated.

+2  A: 

Here's a few, assuming you're using a MySql database:

BenV
thanks for your help :)
Ehsan
+1  A: 

In addition to BenV's list, there's:

phplens, phppeanuts and PfP Studio

HTH

C.

symcbean
thanks for your help :)
Ehsan
+3  A: 

You could try CakePHP's scaffolding feature.

dhofstet
It's a great surprise! This would be greater is it supports `search` and have a better strategy about relationships.I used it and I should say thanks for your help :)
Ehsan
A: 

You can use php form builder. It allows to build any kind of web forms

A: 

http://code.google.com/p/php-form-builder-class/ is a nice solution that I have used and would recommend.