Posted by Hans Juergen von Lengerke on 04/08/05 17:33
> Brad Brevet:
>
> Hi, I am curious how to pass a variable without using something like id=321.
>
> I have seen sites that have something like
> http://www.website.com/something/321 and the variable is passed how exactly
> is that done? And is it called something specific so I know how to refer to
> it in the future?
You can do that with $_SERVER["PATH_INFO"]. If your script
is /something, this variable will be set to /321
Navigation:
[Reply to this message]
|