Can't Display Dynamic Text

I do the same thing as it is shown in the tutorial but still the dynamic text area is empty when I run the page.
I will write the things step by step so you may tell me about the problem
I open my flash5
I create a new empty text area
I switch to dynamic text
Single line is sleceted
I select HTML and Border/Bg
I enter test as a variable name
Then I select the text area and convert it to a movie clip symbol
Then I right click on the symbol and click actions
I add the actions and the line looks like this
onClipEvent (load) {
loadVariables (“http://localhost/test.php”, “this”, “GET”);
}
Then I create the php file which looks exactly like this
<?php
$x = “abc”;
print $x;
print “test=$x”;
?>
Then I click publish in flash, it generates the files and when I goto http://localhost/test.html I see the text area I created but it is empty.
I am nearly going mad I couldn’t find what is wrong, someone pls help me

Thanks

You don’t need to cross-post. You only need to post in one place. Everyone checks every forum, and if the moderators think that you posted in the wrong place then they will move the thread. I already answered your question in the “Server-side scripting” Forum… :slight_smile: just fyi…

I’m sure a moderator will delete this thread shortly…