passing a variable from flash to php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Cateyes
Forum Commoner
Posts: 63
Joined: Mon Jun 14, 2004 5:06 pm

passing a variable from flash to php

Post by Cateyes »

Hi I was wondering if anyone has ever passed a variable from flash to php basically it's an id number I used get for it, I am wondering if its not a flash ploblem as I am using the get command in flash to retrieve the result from the php script this is how I am executiong my script in flash http://localhost/retrive.php?id=1 in my script i use the get command to retrieve the id number this works great in html but flash doesn't seem to pass the variable. On another note to see if flash was getting the result I put in my php script as a test id=9 and it returned the proper results to flash so if I could only figure out whats happening with the variable I would be very happy.
Post Reply