Script: www.developphp.com Adam teaches how to use PHP to parse multiple selection form fields in your HTML or HTML5 forms. The resulting variable is an array if you instruct the select field to handle multiple options. We have to break this array down to split the selections for our data processing needs, or you can choose to save the serialized complete array into one MySQL database field.
Posts Tagged ‘field’
PHP Tutorials: Google-style Autocomplete Field (Part 3/3)
September 6th, 2011
phpmoz Google-style autocomplete field. Takes rows from a database and matches what is being typed in real-time. A guest tutorial, created for phpacademy.
PHP Tutorials: Google-style Autocomplete Field (Part 1/3)
September 5th, 2011
phpmoz Google-style autocomplete field. Takes rows from a database and matches what is being typed in real-time. A guest tutorial, created for phpacademy.
PHP Tutorials: Google-style Autocomplete Field (Part 2/3)
August 10th, 2011
phpmoz Google-style autocomplete field. Takes rows from a database and matches what is being typed in real-time. A guest tutorial, created for phpacademy.
PHP Tutorials: Form Validation (Part 2)
May 29th, 2011
phpmoz A professional, nicely flowing way to validate form input when checking for existance.
PHP Tutorials: Form Validation (Part 1)
November 20th, 2010
phpmoz A professional, nicely flowing way to validate form input when checking for existance.
Flash PHP MySQL CMS – Content Management System Website Tutorial CS3 + CS4
November 18th, 2009
phpmoz Source Files – www.developphp.com In this Flash ActionScript 3.0, PHP, and MySQL tutorial video and source file download you can learn how to build slick CMS(Content Management Systems) for your client websites or for projects that require many people to input data. A Content Management System made in Flash makes editing content easier visually and physically for the user or client you have created it for. This method uses one PHP control file, one MySQL database(with 2 tiny tables in it …
Two way Flash + PHP communication – Adobe Flash Tutorial AS3
October 30th, 2009
phpmoz www.developphp.com This tutorial file demonstrates two way flash actionscript + PHP communication. Send variables to php, process in PHP, send the data to display back in flash.

Posted in
Tags:

