I want to echo some text based on the page id in the url, for example if the page is 72 i want to output "mens"
products_new.php?categories_id=72
i dont know where to start but im guessing im looking to write some php that says something like: if : products_new.php?categories_id=72 then echo 'Mens'
any ideas, im using oscommerce?