HELLO
I am rather new in PHP and I try to solve a problem.
When I create automatically a new row in a mysql database and I want to add to this new row automatically a new form on my webpage. So when somebody inserts a new comment on my side I want to create for him a new form and then to post it on my site.
Thanks
generating automatic forms
Moderator: General Moderators
generating automatic forms
Last edited by eduard77 on Mon Nov 23, 2009 5:40 am, edited 1 time in total.
Re: generating automatic forms
In order:
- HTML: forms
- PHP: Variables from external sources
- PHP: mysql_connect
- PHP: mysql_select_db
- PHP: mysql_real_escape_string
- MySQL: INSERT syntax
- PHP: mysql_query