Welcome Guest, Not a member yet? Register   Sign In
Validation of custom data (not $_POST)
#2

Hi,
You can do evertyhing before validation to check formats :
- first : with your html tags (exampe: <input type="numeric" .../>)
- 2ndly : with javascript tests on submit
- 3rst : php with functions of Codeigniter (form_validation) or php basics functions (is_numeric, is_... or filter_input) .
Reply


Messages In This Thread
RE: Validation of custom data (not $_POST) - by casa - 09-06-2015, 05:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB