开发者

Array from flash to php/mysql

开发者 https://www.devze.com 2023-01-02 22:29 出处:网络
How can I save to my mysql db an array from flash? I开发者_JAVA百科 pass the array as a parameter to a php script. What I have to do next?Many options here, simplist is as follows:

How can I save to my mysql db an array from flash? I开发者_JAVA百科 pass the array as a parameter to a php script. What I have to do next?


Many options here, simplist is as follows:

  1. Connect to db
  2. searialize array and store in db

http://php.net/manual/en/function.serialize.php - This will convert the array in a string, which can be unserialized later.

0

精彩评论

暂无评论...
验证码 换一张
取 消