No I didn't receive any errors. you know how that array in globals.php had the line that reads:
$pass = array('home','amra_history','about_amra','about_amra','registration','pedigree','standard','links','breeders1','puppies','breedingbetterdogs');
those values are my current page names. when I then aim my browser to a url like "http://www.mydomain.com?id=home" it will retrieve the contents of the "home" table in the sql and post it on the page where I define the value
<?php getPage(); ?>
in my index.php page. of course if the value home is not in the array then I actually get no error, just no content shows for the value "home" and my page only contains header, navigation, footer, copyright but no content.
When I replace that array in the globals.php file with the code you gave me it simply doesn't give me page content for that value home as if it was not defined in globals.php.
I hope that makes sense, I am still learning the lingo to be able to call stuff the right thing.
Thanks again for all your time. I look forward to the day that, because of all the help I get from you all, I too will have the ability to contribute and help those that are in the newbie stage that I am in now.
Thanks,
Donnie