PDA

View Full Version : Different results from same php function & url in flash and ie


beadyen
10-04-2002, 01:21 PM
Hi all,
I'm calling a php function in flash using LoadVars.

when pass a url URL in to LoadVars which looks like this:
www.myurl.com/myphp.php?action=myaction&parameter=myparameter

I get the same value back for every variable that is returned.

This is messed up. Grrrr

It's definitely the right URL, I pasted into ie from the output window in flash.

Other calls to php functions in the same flash movie, using the exact same method, are functioning just fine.

Has anyone seen this happen before? Am I going insane? If I just go to bed will it work in the morning? Heeeeellllllppp :(

Tilly
10-10-2002, 09:22 AM
maybe the value is retrieved from the cache (i've had this problem). Sending a random dummy variable as extra parameter will solve this problem (every request willt hen regarded as new).

Hope this will help.

Cheers,

Tilly