Hi,
I'm stuck in a problem and can't figure how that can be done.
Most of forums and news sites use ofcourtse querystring for passing info like this board too..
Passing link through querystring like http://www.phpbuilder.com/board/forumdisplay.php?f=10 is common way.
But I founded few sites which catch passed values in some different way which can't figure how it work. Passing directly through URL without querystring like etc.
http://www.domain.com/123456
😕
Going to that URL site resolve 123456 and caught it in variable just like it was passed with query string.
Can somebody explain me how to catch values this way, because I can't avoid that in project I work on.
Thanks,
Jarvis