Welcome Guest, Not a member yet? Register   Sign In
How to properly use GET attributes
#1

So it's really simple question, but i have to be sure that i make it in a right way 
I want to implement GET parameters for filtering
so i wanna get something like - mysite.com/cars/ford/?price_from=10&price_to=20
In this case - GET parameters are optional, and there could be a lot of them.
I don't want users to see PHP file. mysite.com/cars/ford/index.php?price_from=10&price_to=20 (or something like that)

So how do i properly implement this? I mean follow the codeigniter path

Just manually check native PHP - $_GET ?
And how do i setup route table?
Reply


Messages In This Thread
How to properly use GET attributes - by glorsh66 - 07-13-2017, 10:32 AM
RE: How to properly use GET attributes - by Narf - 07-14-2017, 02:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB