The funny thing is, the leading slash is the shorthand way of saying "webroot", and works for everything else in a website (css, html, javascript, etc), but that got past one error after removing it, thanx.
The next problem is that i'm still not loading the page, and now it stops executing after the readfile() method. Here's the modification i made to the code:
if (file_exists($myfile))
{
echo "The file DOES exist. $br";
include_once($myfile);
echo "Page Loaded, and MySql.php included. $br";
}
I get the first echo, and nothing else after that.