Now on to my question....
Is there any way using PHP to hide GET params, or would I need to use something like
apache mod_rewrite?
Moderator: General Moderators
The only downfall with that idea is when the user hits the back button and gets the old "page needs to be refreshed to resend the variables"Your best bet would be to use POST to send the variable data.
You can use an ID on any HREF along with a little javascript to make an HREF operate like a form.
But how to make this automatic. I mean, I don´t need to create lot of sub-directories manually, right? How to transform this https://www.xyz.com/menu.php?dealid=45& ... arwarsfans on that?I'm not sure what the "dealid" is, but you could so something like this:
https://www.xyz.com/StarWarsFans/45/menu/
Yes, I found ample documentation on doing things like that, but I would prefer that the userNathaniel wrote:I'm not sure what the "dealid" is, but you could so something like this:
https://www.xyz.com/StarWarsFans/45/menu/