PHP Classes

Trouble Implementing Input.php

Recommend this page to a friend!

      mysqlForm  >  All threads  >  Trouble Implementing Input.php  >  (Un) Subscribe thread alerts  
Subject:Trouble Implementing Input.php
Summary:Do I Have To Manually Create Input.php For Every Form?
Messages:1
Author:John Parken
Date:2014-10-10 16:11:15
 

  1. Trouble Implementing Input.php   Reply   Report abuse  
Picture of John Parken 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?