I do not want to pass GET or POST variables to a script. I want to use the filename and use it to lookup the product from the phpscript for example:
......./DELL1500.php ......./COMPAQ1213.php
I have three questions:
Where does PHP get the data from $_SERVER["SCRIPT_NAME"] is it from the server or the clients browser?
Can anyone think of any security issues of using this?
Could this in anyway be incompatible with any older browsers. I assume not if its provided by the server?
Cheers,
Cameron