szkgroove Posted November 21, 2012 Share Posted November 21, 2012 Hello, I have product page that returns url like this 127.0.0.1/page/pitem_buy.php?id=12559 How can I, using PHP get more data in URL like product name. I do not need rewrite or SEO friendly URL, just need beside id, product name in any format. I appreciate any help, thanks Quote Link to comment https://forums.phpfreaks.com/topic/270986-how-to-get-more-data-in-url/ Share on other sites More sharing options...
mrMarcus Posted November 21, 2012 Share Posted November 21, 2012 127.0.0.1/page/pitem_buy.php?id=12559&foo=something&bar=something Quote Link to comment https://forums.phpfreaks.com/topic/270986-how-to-get-more-data-in-url/#findComment-1394091 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.