Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

processing XML in PHP...[HELP]

Status
Not open for further replies.

liyenn

Programmer
Nov 15, 2006
1
MY
HI,

i'm getting a XML feedback from the server when a user register for an account such as below:

<member>
<register id="121212" status="1">
<login member_id="abcabc" password="123123">
</login>
</register>
</member>

i need to check the value of the id and status to display in html form for the user such as "Registration is success or fail" and the member id and password to the user...

i've tried using XSL to display the info, but it is not working... is it possible to process XML code in .php file???

my idea is to get the data in the XML, after that do the checking using php script. Am i in the right track? How can i do it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top