PHP Questions Home

Categories

Arrays
Files
Forms
Functions
Images
MySQL
Numbers
Others
Strings
Website


PHP Functions

PHP Functions


More PHP

Top Questions
Ask a Question

Forms Questions and Answers


Here are all the questions currently listed on PHP Questions in the Forms category:


Forms

How can I check a value entered in a field on my form is a number?
How can I check that a data value is alphanumeric?
How do I check for an empty field in a form?
How do I check that a valid email address is entered?
How do I email the contents of a form to me?
How can I access information sent through POST on a form?
How can I access information sent through GET on a form?
How do I remove escape characters from data?
How do I escape data that is going into a database?
What are magic quotes?
How do I know if magic quotes is switched on?
How do I remove HTML tags from a string?
How do I make a website field mandatory?