Posts Tagged ‘field’

PHP Tutorial Parse Multiple Select HTML Form Fields – DevelopPHP dot com

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.

Check User Sign Up Name Tutorial Javascript Ajax PHP for Social Network Community

Get the script here: www.worldofwebcraft.com In this lesson you will get a free script example to copy and paste plus a video guide on the programming logic involved to accomplish checking a user’s name in your sign up form using a simple Javascript Ajax post to PHP. The PHP will check our mySQL database to see if the username is already taken or not and lets the user know right away while they are filling out your sign up form.

PHP Tutorials: Google-style Autocomplete Field (Part 3/3)

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)

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)

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)

A professional, nicely flowing way to validate form input when checking for existance.

PHP Tutorials: Form Validation (Part 1)

A professional, nicely flowing way to validate form input when checking for existance.

Build a Web Form in Dreamweaver!

Check this video out at Hi-Res here: www.tutvid.com In the following video we will build a web based form using html. We will cover using Labels, Text Fields, Text Boxes, Radio Button Groups, Checkboxes, The Clear and Submit buttons, Drop down Menus, as well as many of the properties you can edit while building the form. The form will be ready to be linked with a PHP file for use when you are finished with this video. Get ready to learn a whole lot! Have fun and check out www.tutvid.com for more great videos and downloads!

Two way Flash + PHP communication – Adobe Flash Tutorial AS3

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.