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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading XML

Status
Not open for further replies.

Zoom1234

Programmer
Oct 30, 2003
116
BE
Hi,
I am new to XML.
I want to read XML file thru PHP.
The format of the file is as follows..
Code:
<quiz>
<Questions CNO="1" TNO="1" TotalQs="3">
<Question no="1">
<Q>First Q</Q>
<options correctOpt="1">
<option no="1">OPT1</option>
<option no="2">OPT2</option>
...
</Question>
..
</Questions>
..
</Quiz>

I want to display quiz for a particular chapter and topic, check if the user has selected right ansewer and give thefeedback accordingly.

If someone can help me get started or point to some good tutorial, it will be very helpful.
 
I had a look but not sure whr to start from...

Pls help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top