PHP and Flash variable problem

How come this doesnt work:

myVars = new LoadVars();
myVars.load(“testfile.php”);
trace (variName);

the PHP file has
<?
echo “variName=HelloWorld”;
?>

Any help would be great.