Help regarding how do I validate a form post variable in PHP?
what sort of variable?
Variables can hold anything.
May I suggest you check out filter_input and its various number of filters and sanitizers.
Help regarding how do I validate a form post variable in PHP?
what sort of variable?
Variables can hold anything.
May I suggest you check out filter_input and its various number of filters and sanitizers.