Possible to retrieve values from XML using PHP?

A

Anonymous

Guest
I don't know although I'd like to.

I know you can assign xml span tags as PHP variables like so:

<? $id = "<span datafld=\"ID\"></span>"; ?>

Although the value of the span result is not captured, so you can't use the php variable as links or anything...
 
Back
Top