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. 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. 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 On 3/21/2013 at 5:37 AM, jayson_ph said: 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! 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? 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 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! 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... Link to comment https://forums.phpfreaks.com/topic/275959-url-question/#findComment-1420230 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.