Grodo Posted August 3, 2007 Share Posted August 3, 2007 index.php?section4 Just wondering what the term for the ?section4 was. Like the same is it a query? I just want to read more into this Link to comment https://forums.phpfreaks.com/topic/63232-solved-php-termology-question/ Share on other sites More sharing options...
simcoweb Posted August 3, 2007 Share Posted August 3, 2007 It's a value passed through the URL where it would be snatched using $_GET and then used in some type of database query or similar. Link to comment https://forums.phpfreaks.com/topic/63232-solved-php-termology-question/#findComment-315153 Share on other sites More sharing options...
GingerRobot Posted August 3, 2007 Share Posted August 3, 2007 I would call it the query string. As in the predefined varirable: $_SERVER["QUERY_STRING"] Link to comment https://forums.phpfreaks.com/topic/63232-solved-php-termology-question/#findComment-315154 Share on other sites More sharing options...
Grodo Posted August 3, 2007 Author Share Posted August 3, 2007 Thank You! Kind of new to this Now I can go on and expand my knowledge! Link to comment https://forums.phpfreaks.com/topic/63232-solved-php-termology-question/#findComment-315159 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.