How to validate $_POST array
Jakub <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Organization | Telekomunikacja Polska |
| Message-ID | <[email protected]> |
I have this code
if ( isset($_POST) ) {
}
how to do filter_has_var function to check if $_POST exist and have value?