Kairu Posted July 31, 2008 Share Posted July 31, 2008 Ok, I am using the RewriteEngine with Apache to change the URL in the users browser. So in this example it is something like http://mywebsite.com/temp/log/ which is rewritten from http://mywebsite.com/temp_log.php What I want to do is change the output of a form from http://mywebsite.com/temp/log/?u=username to http://mywebsite.com/temp/log/username Is this possible? Quote Link to comment Share on other sites More sharing options...
Derleek Posted August 4, 2008 Share Posted August 4, 2008 I think some example code is needed here. You might be able to use SESSION variables instead of $_GET Quote Link to comment 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.