i'd like to use the flash xml sendAndLoad method to send a number of variables to a 
php script.

php would process the variables and query a database and dynamically write an xml 
formatted
response. and then obviously load it back into flash.

however, i'm having problems with the initial step of php processing the xml formatted 
variables.
how can i structure my php script to get at these variables?

the xml would be formatted like :

<test_type=\"jellyfish\" search=\"big fish\" />

i need the value of variables type and search. the values may also have spaces.

cheers
Henry



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

Reply via email to