Welcome Guest, Not a member yet? Register   Sign In
How display checked filter variable value in url
#1

I am a basic user of code igniter and PHP.I have some products page with filters. How to created a URL link like this:
Code:
http://somepage.pl/products?color=red
I know I can do above url when I will change the config line:
Code:
$config['enable_query_strings'] = FALSE; on TRUE.

But I want to use this option only one controller and one function.
I can write same code whitch it will filter this products by color for example, but I want create link like on top. People will be able to share this link.
Reply


Messages In This Thread
How display checked filter variable value in url - by gruhol - 11-25-2019, 01:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB