Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Return page with saved url parameters / saved search


Go to End


834 Views

Avatar
Johnny9

Community Member, 35 Posts

29 March 2015 at 6:25am

Edited: 29/03/2015 6:34am

Hi,
Lets say I have page with parameters http://example.com/users?param=1&param2=1&param2=1..
I want to save url parameters in database. When I visit http://example.com/users page again, saved url parameters (?param=1&param2=1&param2=1.) would be added to http://example.com/users + ?param=1&param2=1&param2=1 and page content returned by these url parameters.

How can I do this?

Thanks for any help.