I've seen this done on a site, but can't figure out how. Basically instead of saying viewuser.php?userid=1, the URL simply reads viewuser.php?1. How do you read that 1 from the URL, I've tried $get = $_GET[*], I've tried it without the * but nothing works. how is it done, surely it's not THAT difficult !?!?!?