Hi,

This is an exercise, using a simple file for the sake of learning. Any assistance would be appreciated.


CK




On Mar 15, 2007, at 1:08 PM, Andrei wrote:


Mikey wrote:
To get values such as price=500 then you will need to encode that into
your URL.  At the moment you are making thePrices=price500, so the
value you are seeing is correct.

Tf you had price=500 then you would see a variable called price with a
value of 500.

I suspect you are trying to make an array, so what you should try is:

thePrices[]=500&thePrices[]=400&thePrices[]=350

Etc.

HTH,

Mikey


Or just parse the XML file directly in Flash... It's not that
complicated and there r lots of tutorials on this subject you can find
googleing it...

Andy

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to