glennn.php Posted June 18, 2008 Share Posted June 18, 2008 having this url: h**p://domain.com/file.php?message=this%20value ... how can i retrive JUST the variable/value? - i realize REQUEST_URI will get me the entire string after the .com/, buti need to get the variable's value into a javascript... i really appreciate the help, GN Link to comment https://forums.phpfreaks.com/topic/110744-getting-variablevalue-from-url/ Share on other sites More sharing options...
The Little Guy Posted June 18, 2008 Share Posted June 18, 2008 echo $_GET['message']; Link to comment https://forums.phpfreaks.com/topic/110744-getting-variablevalue-from-url/#findComment-568126 Share on other sites More sharing options...
glennn.php Posted June 18, 2008 Author Share Posted June 18, 2008 god, i'm an effin' moron. i'd even already done that to post it to the Flash file; i just began looking at it as the entire string and wasn't thinkin'. damn. thanks! Link to comment https://forums.phpfreaks.com/topic/110744-getting-variablevalue-from-url/#findComment-568135 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.