View Single Post
Old Jul 26th, 2006, 11:33 AM   #2
Darkhack
Hobbyist Programmer
 
Darkhack's Avatar
 
Join Date: Dec 2005
Location: Kansas City
Posts: 105
Rep Power: 3 Darkhack is on a distinguished road
Send a message via AIM to Darkhack
Javascript is client side and does not have any read/write permissions to the users hard drive. PHP is server side but does have read/write permissions to servers hard drive. PHP is the only way you are going to be able to do this. In paticular I would recommend PHP5 since version 4 is a lot more limited in its ability to handle XML files. If for some reason you can't use PHP at all then another server side language like Python or Ruby would work.
Darkhack is offline   Reply With Quote