View Single Post
  #2 (permalink)  
Old Jan 14th, 2008, 10:15
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,612
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: ASP - XML (Retrieve Database Value Using XML)

You use PHP/ASp to call the database and generate the XML.

This allows you to...
1. save it on the server and load the file with PHP/ASP without needing to make a database call
2. send the XML to the client and manipulate it with Javascript
...amongst other things
Reply With Quote