I have the ASP code:
mySQLtable.Move CLng(Request("Record"))
I am wondering how I would do this in PHP. Is there a website that compares ASP and PHP functions that I could reference?
To elaborate (if anyone has a suggestion), I am trying to bring data from a table in MySQL and load it into Flash.
I am trying to store the data of an entire table into an array in PHP and then pass that data in Flash (I don't think I can connect directly to Flash, can I??).
I know this is not a Flash forum, but I figure it's worth a shot!
Thanks!