PDA

View Full Version : need help with flash ..php



pixeldude
December 27th, 2005, 07:56 PM
Hello there..

ok I just go my data in flash which is I store in array let say something like this...




customize = ["card1","pattn2.jpg","image1.jpg","image2.jpg","desc1","desc2",]


if I want pass this data to php page ....so what the best method I can do...?
is it I have to pass each individual variable to php
..or the other way aroud...

Yeldarb
December 27th, 2005, 08:28 PM
Concatenate it into a string (stored as a variable), pass that variable, then explode it in PHP.