Posted by David Gillen on 02/28/07 14:34
abscons@gmail.com said:
> Hi out there,
> I have an url that looks like this: http://host/file?var=value.
> I am trying to replace the "value" part in my url and assign it to a
> link on my page. I tried to parse the url but can only get the part
> before the ? not included.
>
> Is there any way to do so?
>
$_GET['var'] will give you whatever value is.
D.
--
Fermat was right.
[Back to original message]
|