I want to display a Mysql Querie in a form.
Like this:
First show a list of all records. Then, pressing the
edit link, a single record is displayed in a form.
I tried this way
- "Describe my_table" to get the column names
- build a form and echo the values.
I should work for different tables...
Well,
I tried to build a sql string with PHP.
When echoed it looks like that:
Insert into personal ( f_name, s_name, genus, kita_function, kita_group, start_date) values( '$f_name', '$s_name', '$genus', '$kita_function', '$kita_group', '$start_date')
In the fields like $f_name values are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.