This is a discussion on Re: retrieve data within the PHP Language forums, part of the PHP Programming Forums category; With total disregard for any kind of safety measures "The Lone Wolf" <jcorp.webmaster@pandora.be> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
With total disregard for any kind of safety measures "The Lone
Wolf" <jcorp.webmaster@pandora.be> leapt forth and uttered: > hi, > > if the user come to my site with a url like this > > > www.somedomain.com/somefile.php?somebody > > > how do i retrieve the string "somebody" into the script so the > script can use it? > > so if they click the link they should see something like this > > ---------- > hello somebody, > > how are you doing > ----------- > echo $_SERVER['QUERY_STRING']; -- There is no signature..... |