Forms Questions and Answers
Here are all the questions currently listed on PHP Questions in the Forms category:
Forms
How can I access information sent through GET on a form?How can I access information sent through POST on a form?
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 do I escape data that is going into a database?
How do I know if magic quotes is switched on?
How do I make a website field mandatory?
How do I remove escape characters from data?
How do I remove HTML tags from a string?
What are magic quotes?
