Home

Submit

Source

Feeds

Home » PHP » Forms ::

PHP Forms
One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and all types of other things. In this tutorial, we will go through the basics of forms and how to handle the data that comes from those forms with PHP.
Related Tutorials
PHP Forms
Multi-page Forms with PHP
PHP / Forms
This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.

Site: codewalkers.com Report - View Tutorial

PHP Forms
Using Forms With PHP
PHP / Forms
This tutorial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.

Site: www.php-scripts.com Report - View Tutorial

PHP Forms
Interacting with Web Forms
PHP / Forms
HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static: They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.

Site: www.brainbell.com Report - View Tutorial

PHP Forms
User-Friendly Forms in PHP
PHP / Forms
In this tutorial I'll show you a way to make your forms more friendly with PHP, so users don't have to keep filling forms in if they make a mistake -- make your forms more friendly.

Site: www.webdesign.org Report - View Tutorial

PHP File Operations
Working with Files in Php
PHP / File Operations
Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This section is completely dedicated to how PHP can interact with files. After completing this section you should have a solid understanding of all types of file manipulation in PHP.

Site: phptutorialsite.com Report - View Tutorial

PHP Forms
PHP With HTML Forms
PHP / Forms
This 2-page tutorial shows how to work HTML forms in PHP. Topics covered: Drop menu builder, Radio buttons, Check boxes, Error processing, and more.

Site: www.onlamp.com Report - View Tutorial

PHP Object Oriented
Working with Objects in PHP 5
PHP / Object Oriented
This article explains the process of working with Objects in PHP 5. The author defines Objects, Classes, Properties and Methods among several other topics. This author gives you the basis to use PHP 5.

Site: www.webdesign.org Report - View Tutorial

PHP Forms
Creating a PHP form
PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.

Site: www.developingwebs.net Report - View Tutorial

PHP Forms
loading Files with Forms and PHP
PHP / Forms
This tutorial will explain how to loading Files with Forms and PHP.

Site: codewalkers.com Report - View Tutorial

PHP Forms
Form Handling With PHP
PHP / Forms
This article tells you how to handle HTML forms with PHP.

Site: www.easytutorials.org Report - View Tutorial

PHP General Development
Working with Arrays
PHP / General Development
When simple variables are just not good enough, arrays come into play. The array section in the PHP manual, available at http://php.net/array, lists approximately 80 functions that are helpful. Therefore, this tutorial could be filled with array-related code alone. However, not all of these functions are really used often. Therefore, this tutorial presents the most important problems you'll have to solve when working with arraysand, of course, solutions for these problems.

Site: www.brainbell.com Report - View Tutorial

PHP Databases
Basic mySQL Queries And PHP
PHP / Databases
This tutorial will help you get started in working with mySQL and PHP. It will assume that you have no prior experience in using mySQL with PHP before. After reading this tutorial, you should get an idea on what a database is, how to use it, and how to access it.

Site: www.biorust.com Report - View Tutorial

PHP Forms
Multi-Page Forms in PHP, Revisited
PHP / Forms
See how to Create Multi-Page Forms in PHP, Revisited.

Site: www.earn-web-cash.com Report - View Tutorial

PHP Databases
Basics to PHP and MySQL
PHP / Databases
Covers two php techniques, self forms and connecting to mysql.

Site: www.webdesign.org Report - View Tutorial

PHP Miscellaneous
How to Create CAPTCHA Protection using PHP and AJAX
PHP / Miscellaneous
CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your forms. In brief the CAPTCHA protection works by generating a random string, writing it to an image, then storing the string inside of a session or by some other method. This is then checked when the form is submitted. The goal of this tutorial is to demonstrate how to make your own simple CAPTCHA protection using PHP and AJAX technologies.

Site: www.webcheatsheet.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement