AcidReignX
Programmer
For lack of a better name, how do you set up the "invisible folder parameters" that I've seen on so many sites?
The type of setup that I'm referring to is like this:
And that particular link will automatically act as a parameter, just like anything after a quotation mark to be parsed by php. So in other words, these can do the same thing:
I've only thought of one way that this is possible, but it doesn't seem like it would be very good. The way I thought of having it work would be to use javascript to parse the folder and then redirect the page. But I've seen it work without having to redirect, which suggests that it has to be possible through server-side scripting.
Can anybody explain how it's possible? Even if I'm wrong, and it has to be done through client-side scripting? My goal is to check the parameter and use it in a SQL query.
The type of setup that I'm referring to is like this:
And that particular link will automatically act as a parameter, just like anything after a quotation mark to be parsed by php. So in other words, these can do the same thing:
I've only thought of one way that this is possible, but it doesn't seem like it would be very good. The way I thought of having it work would be to use javascript to parse the folder and then redirect the page. But I've seen it work without having to redirect, which suggests that it has to be possible through server-side scripting.
Can anybody explain how it's possible? Even if I'm wrong, and it has to be done through client-side scripting? My goal is to check the parameter and use it in a SQL query.