almightyegg Posted September 22, 2007 Share Posted September 22, 2007 I was wondering is there anyway to hide url variables eg: mylink.php?id=x&action=y&userid=z would go to mylink.php? or just mylink.php ... Quote Link to comment https://forums.phpfreaks.com/topic/70250-hiding-url-variables/ Share on other sites More sharing options...
BlueSkyIS Posted September 22, 2007 Share Posted September 22, 2007 2 ways jump to mind: 1. Don't use GET, use POST 2. If 1 isn't an option, use Apache mod_rewrite Quote Link to comment https://forums.phpfreaks.com/topic/70250-hiding-url-variables/#findComment-352845 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.