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. But it is not working.
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. But it is not working.