<?php /* AUTOFORM 1.0 THIS SCRIPT IS GPL LICENCE AUTOR ROBERTO CARLOS ALEMAN FERRER hide@address.com www.ventics.com AUTOFORM IS ENGINE FOR GENERATE AUTOMATIC FORM“S FROM QUERY NAME OF FIELDS IN TABLE OF CURRENTDATABASE */ echo "Ok, in this page, do you build a FOR loop for catch the POST vars, and saved on DB<br>"; echo "in next update, show this script to save data ... enjoy"; echo "<br>In this example, the values of fields used are: <br>"; print "<b>".$_POST['name']; echo "<br>"; print $_POST['lastname']; ?>