Yohanne Posted March 21, 2013 Share Posted March 21, 2013 Hi all, could you share us how to get or code somthing url like this: index.php?tab=AdminCatalog&token=0126f77dbc39a85996398fb69bf3699841 i need it to do this for my admin fortal. thanks you. Quote Link to comment https://forums.phpfreaks.com/topic/275959-url-question/ Share on other sites More sharing options...
haku Posted March 21, 2013 Share Posted March 21, 2013 First you get out your keyboard. Then type the following: index.php?tab=AdminCatalog&token=0126f77dbc39a85996398fb69bf3699841 Hopefully that helps. Quote Link to comment https://forums.phpfreaks.com/topic/275959-url-question/#findComment-1420039 Share on other sites More sharing options...
Rifts Posted March 21, 2013 Share Posted March 21, 2013 (edited) i need it to do this for my admin fortal. I see you are using your admin fortal, normally when I use my admin fortal it creates whole websites for me in the blink of an eye! You must be doing something wrong! Edited March 21, 2013 by Rifts Quote Link to comment https://forums.phpfreaks.com/topic/275959-url-question/#findComment-1420043 Share on other sites More sharing options...
Yohanne Posted March 21, 2013 Author Share Posted March 21, 2013 ha? sorry but i cant understand? how it get wrong? Quote Link to comment https://forums.phpfreaks.com/topic/275959-url-question/#findComment-1420046 Share on other sites More sharing options...
Yohanne Posted March 21, 2013 Author Share Posted March 21, 2013 (edited) something like this im doing: <?php if(isset($_GET['tab']) == 'newtab)') { $link = "newtab.php?"; foreach ($_GET as $key => $value) $link .= "$key=$value&we3333"; header("Location:$link"); } ?> <a href="?tab=newtab"><span>New</span></a> and the output is like this: en/newtab.php?tab=newtab&we3333 but sad to say from the (tab=newtab&we3333) is no value mean useless.. and i want every each number or letter is have a value, example i want to remove last number 3 and the page will get page not found! Edited March 21, 2013 by jayson_ph Quote Link to comment https://forums.phpfreaks.com/topic/275959-url-question/#findComment-1420055 Share on other sites More sharing options...
Yohanne Posted March 22, 2013 Author Share Posted March 22, 2013 please help... Quote Link to comment https://forums.phpfreaks.com/topic/275959-url-question/#findComment-1420230 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.