PHP generic form generator / builder

I'm looking for an open source PHP form creator or form generator for adding / editing / deleting / searching for entries

I need to create a simple manager for some entries, this is a regular application that needs to be found easily, but I can not find a good code / class / application / etc: (

Any help is appreciated.

+4
source share
7 answers

You can try CakePHP scaffolding .

+5
source

http://code.google.com/p/php-form-builder-class/ is a good solution that I used and recommended.

+4
source

Here are a few if you are using the MySql database:

+2
source

In addition to the BenV list, there are:

phplens , phppeanuts and PfP Studio

NTN

FROM.

+1
source

You can use php form constructor . It allows you to create any web forms.

+1
source

try this, it is much better than any other mentioned above / below!

http://phpformgen.sourceforge.net/

+1
source

try php mysql form maker , it can help to create an unlimited number of php forms that you can use to insert, update, navigate, search and delete records from MySQL database enter image description here

0
source

Source: https://habr.com/ru/post/1312315/


All Articles