I have seen various sites now defining the products name in the URL ... for example
http://www.webesite.co.uk/hp/hp-c9701a-cyan-toner-cartridge-original
instead of
http://www.webesite.co.uk/product.php?product=hp-c9701a-cyan-toner-cartridge-original
I am aware and have used a lot the $_GET function to get parameters specified in the URL after the .php file tag, but my question is how do you provide a parameter to replace the file name rather than specifying it at the end of the file name?
I'm working in PHP but I'm not sure if this is achieved using the .htaccess file
I am also interested to know which will perform best SEO wise???