Integrating XML CODE in my website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rd.dcse
Forum Newbie
Posts: 7
Joined: Fri Jun 11, 2010 2:56 pm

Integrating XML CODE in my website

Post by rd.dcse »

Hi i am new to xml and want to integrate xml code to my php website.
I want to receive the return of that xml code and display it.

Example of XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE REQUEST SYSTEM "http://127.0.0.1/dtd/request.dtd" >
<REQUEST USERNAME="demo" PASSWORD="demo">
</REQUEST>


Please help Thanks In Advance.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Integrating XML CODE in my website

Post by Jonah Bron »

I don't understand what you are asking for. Could you claify?
Post Reply