Home

Submit

Source

Feeds

Home » PHP » 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.
Related Tutorials
PHP Forms
Working with forms in PHP
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.

Site: codewalkers.com Report - View Tutorial

PHP Forms
Using Form
PHP / Forms
Using forms in a web based application is very common. Most forms are used to gather information like in a signup form, survey / polling, guestbook, etc.

Site: www.php-mysql-tutorial.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 Sessions and Cookies
Introduction To Cookies
PHP / Sessions and Cookies
A collection of information, usually including a username and the current date and time, stored on the local computer of a person using the World Wide Web, used chiefly by websites to identify users who have previously registered or visited the site.Cookies basically store information on a user, you must have seen those 'Remember Me' buttons on login forms, these forms set cookies on your hard drive with your username and password inside them (or any other information specified).

Site: www.webdesign.org Report - View Tutorial

PHP Forms
Another Forms Solution
PHP / Forms
Your Email forms Won't Work? Is it because they're not supported? Don't want the Perl or ASP solutions? Read on

Site: www.htmlgoodies.com Report - View Tutorial

PHP Databases
Building a MySQL Class Using OOP
PHP / Databases
How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.

Site: www.shadow-fox.net Report - View Tutorial

PHP Forms
Making Sticky Forms
PHP / Forms
Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the information if there is an error.

Site: tutorialcode.com 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

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
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
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 Dynamic Images
Creation of captcha / Part II /Secure forms
PHP / Dynamic Images
Creation of a captcha image using secure forms.

Site: forum.codecall.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 XML Web Services
Providing Web Services using WDDX
PHP / XML Web Services
As we've seen in lot of articles and publications, the web of services, is one of the emerging evolutions of the actual document-based web. To make the web a valid media for providing services it would be needed to increase the inter-operability between existing web applications and design new ones with this in mind.

Site: www.zez.org Report - View Tutorial

PHP File Operations
PHP Script Tips - Uploading Files to Web Servers
PHP / File Operations
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.

Site: dev.fyicenter.com Report - View Tutorial

 
Site Search

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