retrieving the variable/value from the url HELP
Posted: Wed Jun 18, 2008 8:42 am
having this url:
h**p://domain.com/file.php?message=this%20value ...
how can i retrive JUST the variable/value? - i realize $_SERVER['REQUEST_URI'] will get me the entire string after the .com/, but i need to get the variable's value (what's after the =) into a javascript...
i really appreciate the help,
GN
h**p://domain.com/file.php?message=this%20value ...
how can i retrive JUST the variable/value? - i realize $_SERVER['REQUEST_URI'] will get me the entire string after the .com/, but i need to get the variable's value (what's after the =) into a javascript...
i really appreciate the help,
GN