Hi If I have a page that is index.php but if I type index.php?a=cat can I get it to print "cat" on the screen without using SQL? Is there a method to extract the a= content with PHP alone? Thanks