|
Creating a simple contact form with PHP
|
Total Hits :
80
|
In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Email validation in PHP
|
Total Hits :
73
|
Nowadays almost all website has some kind of html form. The most best-known are the user registration forms, information request forms and so on. As the form makes sense only if the visitor submits valid information so the site developer should take care of the data alidity.
This tutorial teaches you how to validate an email with PHP and regular expressions.
|
DETAILS
VISIT
|
|
Version:
1.1
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
PHP Form Validation - with PHP4+ and register_global = off
|
Total Hits :
58
|
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 if the e-mail addresses on it aren't verified, and your mailing list just bounces back to you without reaching the subscribers and target audience
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
How to use the query string in PHP
|
Total Hits :
65
|
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Forms Processing
|
Total Hits :
99
|
In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any PHP script.The superglobals are arrays of other variables.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
The form validation tutorial with php and java
|
Total Hits :
53
|
Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, you'll learn how to intercept the submission and pass the form data through one validation tests. At the end of this tutorial, you´ll have a complete form validation framework in php wich can be seemless integerate in existing web applications.
|
DETAILS
VISIT
|
|
Version:
1.2
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Create a PHP Checkbox
|
Total Hits :
64
|
How to check, uncheck, display and have fun with HTML checkbox objects using PHP and Super Globals.
Checkboxes are just html. Anybody can code them. Actually, checkboxes belong somewhere between the open form element, and the close form element. The open form element should have at least a name, method and action properties and optionally an enctype property for file/image uploads. Just like this:
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Create a PHP Select List
|
Total Hits :
60
|
Select lists - aka 'drop down box' - are just html. Anybody can code them. Actually, select lists belong somewhere between the open form element, and the close form element. The open form element should have at least a name, method and action properties and optionally an enctype property for file/image uploads.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Form and Spelling Validation
|
Total Hits :
116
|
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. We will also explore how to check
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Parsing Forms With PHP and Sending E-Mail
|
Total Hits :
51
|
Another very good, and very easy way to use PHP to do something that is more complicated in other languages is form processing and sending e-mail. PHP makes it easy for even the most neolithic of us. This two-page tutorial shows you how.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
|