I want to pass xml variables to php. Does anybody know how to do this?
Below is my xml data:
cat2name="LA Y04 Series"
Thanks in advance for your help.
Have you looked at the [man]simpleXML[/man] functions?
The SimpleXML extension requires PHP 5. My webhost has me on PHP 4.4.4. Is there a way around this?
The DOM XML functions.