How to Use Flash with PHP and mySQL Question

So I have attempted the tutorial and I think I pretty much crashed and burned. To view the tutorial go here:

http://www.kirupa.com/developer/actionscript/flash_php_mysql.htm

So I did everything the tutorial says to do on page 1 and then when I try to access my website the following line prints out rather then my text:

FAIL (the browser should render some flash content, not this).

So I am kinda lost. I think my actionscript might be screwed up with the localhost because the test.php is located in my website directory so should the actionscript look like this?:

onClipEvent (load) {
//assuming you have a personal web server and PHP installed locally
loadVariables(“http://www.mywebsite.com/test.php”, this, “GET”);
}

rather then

onClipEvent (load) {
//assuming you have a personal web server and PHP installed locally
loadVariables(“http://localhost/test.php”, this, “GET”);
}

So this is my first time posting on kirupa so if this is posted in the wrong area someone just let me know i guess.

-Shoal Zolo