HMG create PHP
Posted: Wed Jun 19, 2024 10:40 am
I need and create little creator for php with
1. form with crud functions ( create, read, update, delete )
2. php for master/detail data
3. dropdown menu
In ZIP is one sql for create tables
Note: field type for php form is different than dbf
C - character
N - numeric
E - email (field is character)
P - password (field is character)
R - radio (field is character)
program need field ID INT NOT NULL AUTO_INCREMENT as PRIMARY KEY
Please look and comment, but I am beginer in this
I think that you know MySQL, Sql, Html and PHP
1. form with crud functions ( create, read, update, delete )
2. php for master/detail data
3. dropdown menu
In ZIP is one sql for create tables
Note: field type for php form is different than dbf
C - character
N - numeric
E - email (field is character)
P - password (field is character)
R - radio (field is character)
program need field ID INT NOT NULL AUTO_INCREMENT as PRIMARY KEY
Please look and comment, but I am beginer in this
I think that you know MySQL, Sql, Html and PHP