
 John Parken - 2014-10-10 16:11:15
 
I can get the test to work.  The problem comes when I try to use mysqlForm on my own tables.  The update fails.  Reason is that the form that receives the new data (input.php) is hard-coded with the fields for the test table, not my table.  Having to manually re-create a new input.php file with each field set to equal the _POST data seems to defeat the concept of mysqlForm.  
What am I missing?