How to get what the user has POST? I want to know if the user has POST a invalid character(e.g \"<\",\"|\"). Please tell me what I should do! Sorry for my english!
If the form field was named firstName for example, then you can get what the user POSTed with $_POST['firstName'].
Diego