Welcome Guest, Not a member yet? Register   Sign In
SEO URIs *AND* $_GET requests - /controller/function/?myvar=1
#5

[eluser]Lovecannon[/eluser]
It takes one line to enable get...without having to override anything..just add this to anywhere you want $_GET...
Code:
parse_str($_SERVER['QUERY_STRING'],$_GET);


Messages In This Thread
SEO URIs *AND* $_GET requests - /controller/function/?myvar=1 - by El Forum - 02-27-2008, 08:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB