Welcome Guest, Not a member yet? Register   Sign In
Need help with PayPal URLs
#13

[eluser]Learn CodeIgniter[/eluser]
Code:
$str_get = parse_str($_SERVER['QUERY_STRING'], $_GET);

//Remove everything before (and including)
//the question mark and then parse into $_GET array.
$str_get = parse_str(substr(strrchr($_SERVER['REQUEST_URI'], "?"), 1), $_GET);
echo ' Using rebuilt $_GET array with xss protection: ' . $this->input->xss_clean($_GET['foo']);


Messages In This Thread
Need help with PayPal URLs - by El Forum - 11-03-2010, 08:49 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 04:49 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 05:07 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 07:09 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 07:20 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 10:11 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 10:16 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 10:54 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 10:55 AM
Need help with PayPal URLs - by El Forum - 11-15-2010, 03:42 PM
Need help with PayPal URLs - by El Forum - 11-16-2010, 12:44 AM
Need help with PayPal URLs - by El Forum - 11-17-2010, 05:49 AM
Need help with PayPal URLs - by El Forum - 11-17-2010, 05:52 AM
Need help with PayPal URLs - by El Forum - 11-17-2010, 03:29 PM
Need help with PayPal URLs - by El Forum - 11-19-2010, 03:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB