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