Active Articles: 2038
Total Categories: 16
Sub Categories:616
Automatic Form Generation Using PHP | ||||||||
This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs the HTML code for the form and makes it easy for you to process the input when the form is submitted. ... learn more
| ||||||||
| ||||||||
Storing Checkbox Data In Your Database | ||||||||
Checkboxes in web forms are useful because they allow the person filling out the form to choose from a wide range of possible choices. Specifically, it allows the user to choose some, all or none of the elements. Although checkboxes are excellent form elements for certain tasks, there is often confusion about how to store ... learn more
| ||||||||
| ||||||||
POST/GET Form Variables | ||||||||
Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. It's also great for debugging your codes. ... learn more
| ||||||||
| ||||||||
The Universal Web Form Processor | ||||||||
This article describes how to create a generic form processor in PHP. Discussion involves form elements, hidden fields, and more. Also covers the installation process of NuSphere MySQL, an integrated multi-platform distribution of Apache, Perl, PHP, and MySQL. ... learn more
| ||||||||
| ||||||||
Passing Variables with Forms | ||||||||
This short tutorial will show you how to pass a variable through 2 pages. It can be used, for instance, to verify information from a form submission. ... learn more
| ||||||||
| ||||||||
Creating a PHP form | ||||||||
Extracting form variables when programming in Perl is a real task. The variables can be extracted fairly painlessly using the CGI.pm modules, but there is a lot of work going on under the hood. In PHP form variables just spring to life. If a form has an input statement. ... learn more
| ||||||||
| ||||||||
Email validation in PHP | ||||||||
This tutorial teaches you how to validate an email with PHP and regular expressions. ... learn more
| ||||||||
| ||||||||
Basic HTML/PHP contact form - Very easy to understand! | ||||||||
This is a basic, and very easy to understand, tutorial on how to make one file to do it all-- Shows the contact form, then upon submit, will automaticly update the page with a message, while PHP sends out the email. ... learn more
| ||||||||
| ||||||||
Writing Your First PHP Script: Feedback Form | ||||||||
This is a tutorial on how to write your own Feedback script in PHP, complete with source code. ... learn more
| ||||||||
| ||||||||
Advanced Form Processing with PHP and Javascript | ||||||||
This tutorial is intended for intermediate level PHP programmers, who know how to use web forms to gather data, and how to communicate with database systems or filesystem to store the data, but are unaware or uninformed about the inspection process between these two steps. ... learn more
| ||||||||
| ||||||||
PHP Form Validation - with PHP4+ and register_global = off | ||||||||
The validation of data that has been entered in a form is necessary in most cases. Why is important? For example, what good is holding a contest or sweepstakes if you can't notify the winner, because he or she entered an invalid telephone number or an incorrect address. What good is having a mailing list ... learn more
| ||||||||
| ||||||||
Using Forms With PHP | ||||||||
This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables. ... learn more
| ||||||||
| ||||||||
Form Processing with PHP | ||||||||
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web pages. In this tutorial we will show how to create an ... learn more
| ||||||||
| ||||||||
Email | ||||||||
This is an illustration of how to send email through PHP. I did not create a function because I feel mail() is already a wrapper all by itself. I left the first parameter empty because I feel that the "to row" is not any more important than any other row in the header string. ... learn more
| ||||||||
| ||||||||
Form and Spelling Validation | ||||||||
Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In this tutorial, we will examine several of the more common items that need validation and provide examples for each. ... learn more
| ||||||||
| ||||||||
Phorm Manager | ||||||||
In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager. Topics include: Design goals, Internal data management, form validation, and more. Full source code available. ... learn more
| ||||||||
| ||||||||
Javascript Count Words Left | ||||||||
Learn how you can add javascript realtime count words field to your forms using javascript. Try it, it's easy! ... learn more
| ||||||||
| ||||||||
Error Checking In Forms | ||||||||
A simple introduction to checking for valid inputs from a user submitted form, such as checking for blank fields or checking if two feilds match each other. ... learn more
| ||||||||
| ||||||||
PHP Script Tips - Processing Web Forms | ||||||||
A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing Web forms, getting values out of $_REQUEST, processing multiple choices, removing slashes, adding multiple submit buttons, adding hidden values, processing original query string: How To Retrieve the Submitted Form Data? How To List All ... learn more
| ||||||||
| ||||||||
Basic PHP Form Processing | ||||||||
Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier. ... learn more
| ||||||||
| ||||||||
