07-14-2017, 02:46 AM
(07-13-2017, 10:32 AM)glorsh66 Wrote: Just manually check native PHP - $_GET ?
Yes.
(07-13-2017, 12:15 PM)glorsh66 Wrote: Do i need manually sanitize input data?
Validate, not sanitize.
Validation means rejecting invalid data.
Sanitization means trying to clean the shit of whatever you get, even if all you get is shit.