php and xml help 50-80 c

Status
Not open for further replies.

nahsorhseda

Member
Messages
116
Reaction score
0
Points
16
can some parse me this xml wih php and the name of the xml page is data.xml
<?xml version="1.0" encoding="utf-8" ?>
<root>
<username>avinash</username>
<password>xyz</password>
<title>nahsorhseda</title>
<body>sdhlf</body>
<height>100</height>
<width>100</width>
<text>watermark</text>
<color>fffff</color>
<style>sssss</style>
</root>

for example i want the vale inside username tag should be equal to $username do the same with the rest

so that i can create a login system using xml
ill give you 50 c for the parsing you can bargain upto 80 c if i find the parsing was difficult
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Don't need someone to do this, just use DomXML or simpleXML to take care of it.
 

nahsorhseda

Member
Messages
116
Reaction score
0
Points
16
i did not understand what u meant .......any ways igot better ways to store data ie using a db

topic closed
 
Status
Not open for further replies.
Top