ScenicJaguar101 Posted March 17, 2017 Share Posted March 17, 2017 On links ill see like example.com/index.php?id=somestuffhere How do I use stuff like ?something=somethingelse in my code, or what is it called? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/303473-idk-what-its-called/ Share on other sites More sharing options...
ginerjm Posted March 17, 2017 Share Posted March 17, 2017 Its called a query string. Quote Link to comment https://forums.phpfreaks.com/topic/303473-idk-what-its-called/#findComment-1544294 Share on other sites More sharing options...
cyberRobot Posted March 17, 2017 Share Posted March 17, 2017 For information on how to use the query string, check out $_GET. http://php.net/manual/en/reserved.variables.get.php Quote Link to comment https://forums.phpfreaks.com/topic/303473-idk-what-its-called/#findComment-1544295 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.