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 ... 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 Link to comment https://forums.phpfreaks.com/topic/70250-hiding-url-variables/#findComment-352845 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.