onyxblack Posted November 14, 2008 Share Posted November 14, 2008 Example URL http://whatever.com/something.php?12345 or http://whatever.com/something.php#12345 I need to be able to echo '12345' in my code when they go to that page, what is that called? I cant seem to find any reference to it. Link to comment https://forums.phpfreaks.com/topic/132744-solved-dont-know-what-its-called/ Share on other sites More sharing options...
revraz Posted November 14, 2008 Share Posted November 14, 2008 I think you want $_GET Link to comment https://forums.phpfreaks.com/topic/132744-solved-dont-know-what-its-called/#findComment-690316 Share on other sites More sharing options...
onyxblack Posted November 14, 2008 Author Share Posted November 14, 2008 That will work, thank you. Link to comment https://forums.phpfreaks.com/topic/132744-solved-dont-know-what-its-called/#findComment-690318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.