Can't get variable of php

Hi,
I have followed this tutorial

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

But is doens’t work. It seems so simple but i can’t get it runnig

If i start the test.php i get this .abcmyvar=abc.
If i start the test.html i don’t see anything. i have changed the colour, and a background, but i still see nothing.
Anyone an idea?

http://koe.mine.nu:8080/test/1/test.html
http://koe.mine.nu:8080/test/1/test.php
http://koe.mine.nu:8080/test/1/test.fla

I finally have found what was wrong:
print “myvar=$x”; changed in
print “&myvar=$x”;

And it works. bug in tutorial?