Tristan .L
Tristan .L

Reputation: 849

clearing all query strings / url parameters php but using values

From what I understand it is possible to get query strings and clean up the url afterwards.

I basically want to send a user a link containing many types of data to build up a special page for them and afterwards clean up the url to hide the mess. I would mainly use the parameters to load certain products etc.

What would be the best way going about this? And is this even possible?

Thank you.

Upvotes: 0

Views: 45

Answers (1)

Purushottam zende
Purushottam zende

Reputation: 552

My thought is use two functions/links instead for this. First function/link will be that user will click and store those values in a session and transfer it to other neat URL .

Upvotes: 1

Related Questions