noob question : reading xml from url link by using php
- by mireille raad
Hello,
I am trying to build an authentication plugin that uses php/xml.
My application can communicate to another application by sending this :
http://tst.example.net/remote/validate_user.jhtml?ticket=$ticket_value
in return i get a formatted xml document. i want to be able to parse that document.
I googled and read a bit around here , but…