bachx Posted March 15, 2007 Share Posted March 15, 2007 Good day. I am creating some custom php forums right now, and I need some help with query strings. In the forums, when someone edit his own post, I set the following query string: "address.com/topic.php?t=123&control=edit" Which opens a text area so that the user can edit his topic. Now when the user edit the topic and submit the form, the address stays: "address.com/topic.php?t=123&control=edit" But I want it to change back to: "address.com/topic.php?t=123" without the 'control=edit' part. Hope I made myself clear. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/42845-help-with-query-strings/ Share on other sites More sharing options...
kenrbnsn Posted March 15, 2007 Share Posted March 15, 2007 Please post the relevant sections of your code between tags. Without seeing what you're doing, we can't help you. Ken Link to comment https://forums.phpfreaks.com/topic/42845-help-with-query-strings/#findComment-208058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.