How to build a dynamic MySQL INSERT statement with PHP
问题 Hello This part of a form is showing columns names from mysql table (names of applications installed on a computer) and creating a form with YES/NO option or input type="text" box for additional privileges to a application.. How can I insert it back to a mysql table using POST and mysql_query INSERT INTO????? Quantity of columns is changing because there is another form for adding applications with/without privileges.. <tr bgcolor=#ddddff>'; //mysql_query for getting columns names $result =