ecabrera Posted November 30, 2011 Share Posted November 30, 2011 how do i get the id from the url so i can use it Link to comment https://forums.phpfreaks.com/topic/252158-_get/ Share on other sites More sharing options...
Maq Posted November 30, 2011 Share Posted November 30, 2011 That's a cool thread title ya got there. Link to comment https://forums.phpfreaks.com/topic/252158-_get/#findComment-1292802 Share on other sites More sharing options...
joel24 Posted November 30, 2011 Share Posted November 30, 2011 www.domain.com?id=yourIDVariable //to retrieve $id=(isset($_GET['id'])?$_GET['id']:false; Link to comment https://forums.phpfreaks.com/topic/252158-_get/#findComment-1292803 Share on other sites More sharing options...
ecabrera Posted November 30, 2011 Author Share Posted November 30, 2011 thanks Link to comment https://forums.phpfreaks.com/topic/252158-_get/#findComment-1292804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.