Posts Tagged html form
Automatically display form data with PHP
Posted by Alex Costa in PHP, Web Programming on May 13th, 2009
This is a simple PHP script to automatically display (dump output) data submited from a html form. The form setup all inputs (form fields) need to have the same name with [] at the end to turn it into an array, e.g <input type=text name=formdata[]> formq.html content <form method=post action=showme.php> Name: <input type=text name=formdata[]><br> Email: [...]




