Alright, first off, I am a beginner at this, so, If I sound stupid its because I am. Anyways, heres the deal, using PHP I would like to make an Error page. Something like error.php, and I want to be able to call different variables for the content through the URL, like, error.php?content=$404error or error.php?content=$Ukerror and then that would tell it that in the content area where it says <? echo $content ?> it would echo the variable contents of which ever variable input. so if the variable $404error was called and the contents were
$404error = "404 Error. there is no page at the url you are trying to access"; then those contents would apper for the contents of the variable $content. Please help if you can. Thanks, Jordan.