I'm sure there could be a million things that could cause this but I can't seem
to figure out how to troubleshoot this problem. I've used LoadVars to
sendAndLoad a variable to a PHP script but I'm not getting anything returned.
I've tried:
1. assigning the sent variable directly in the PHP temporarily
2. trace("loaded") immediately inside the onLoad handler
3. copying and pasting the URL that I sent it to into a browser... it echos
properly there
I mean, even if it was returning something formatted improperly, I'd still get
the trace statement, right? What other steps can I take to see why I'm not
getting something returned to Flash?
dan mode smith ~Adobe Community Expert~ - 07 Nov 2007 20:55 GMT
What does our PHP code look like?

Signature
Dan Smith > adobe community expert
http://www.dsmith.tv
> I'm sure there could be a million things that could cause this but I can't
> seem
[quoted text clipped - 13 lines]
> the trace statement, right? What other steps can I take to see why I'm not
> getting something returned to Flash?
aniebel - 08 Nov 2007 11:31 GMT
Thanks for replying Dan. I just figured it out, coincidentally. I didn't have
my LoadVars defined before I used them. Like I said, I was able to force the
PHP to echo a variable by itself in the browser which is why I was confused. I
couldn't even load that variable, let alone send and load something.
Thanks, again, for replying.