Re: How to validate $_POST array
"He, who travels time to time" <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
Hey... Want to talk? Call me.... My telephone number >>>>
(+372) 56330687
Jakub kirjutas Neljapäev, 11. august 2022 kl 12:46:47 UTC+3:
> I have this code
>
> if ( isset($_POST) ) {
>
> }
>
> how to do filter_has_var function to check if $_POST exist and have value?