The problem was that I wasn't using the $_GET[] variable to pass its value from the link to the switch statement. Pretty dumb, eh!

the includes work fine... they may be grammatically incorrect, though, since I'm pretty new to php, so if anyone knows, please let me know so i fix my bugs...
Thanks for the help anyways... ^^
Oh, by the way... I'm trying to cut out the '\' character from my mySQL visualizations.
An example could be:
Hey let
\'s go to freddy
\'s house!
How do i get rid of those? Consider that I'd like to cut them out of my query results, if possible (that is, not one by one for every field, but all straight out!

)...
Thanks again for any help!