Welcome Guest, Not a member yet? Register   Sign In
$_GET and Form Validation
#2

[eluser]WanWizard[/eluser]
The short answer: You can't. The Form validation library has $_POST hardcoded.

The long answer: If you still want this, your best bet is to copy the form validation library to get_validation.php, and replace all occurences of $_POST with $_GET. Imho that's a better bet than extending and messing with the code.


Messages In This Thread
$_GET and Form Validation - by El Forum - 08-12-2010, 09:49 AM
$_GET and Form Validation - by El Forum - 08-12-2010, 10:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB