Hello, i have a php who when is executed it give me a couple of vars in this format:
&lVar1=DATA1&&lVar2=DATA2&&lVar3=DATA3 and soo...
The problem is that i dont know the quantity of lVar the php script is gonna give in any time, so i cant figure out a smart script in AS2 to import all of them into a array to my flash. Can you help me?