Categories
PHPTips and Tutorials → Form Processing

Form mail using PHP

One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail we''re going to make is going to be broken does into 2 parts. One part...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • PHP License
DETAILS

Javascript Count Words Left

Learn how you can add javascript realtime count words field to your forms using javascript. Try it, it''s easy!
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • GPL
DETAILS

Creating a simple contact form with PHP

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.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

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 page...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 numbe...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Forms Processing

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Converting all applicable characters to HTML entities

In this code sample we will converting all applicable characters to HTML entities using htmlentities(). Using ''htmlentities'' all characters which have HTML character entity equivalents are translated into these entities. .
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP Form Handling

If your PHP program is a dynamic web page (and it probably is) and your PHP program is dealing with user input (and it probably is), then you need to work with HTML forms. Tips for simplifying, securing, and organizing your form-handling PHP code.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Email validation in PHP

This tutorial teaches you how to validate an email with PHP and regular expressions.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com