Learn How to Use Flash with PHP and mySQL

I have flash 8 actionscript 2.0

Okay so I got the onclip to work:
onClipEvent (load) {
//assuming you have a personal web server and PHP installed locally
loadVariables(“http://www.’’/’’/info.php?info=info” ,this,“GET”);

}

The text comes in fine but I cannot seem to format the text in actionscript.

Why, and how can I fix this?

Guy