Southperry.net
Updating XML file through DOM parser - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Social (https://www.southperry.net/forumdisplay.php?fid=14)
+--- Forum: Rubik's Cube (https://www.southperry.net/forumdisplay.php?fid=58)
+--- Thread: Updating XML file through DOM parser (/showthread.php?tid=52196)



Updating XML file through DOM parser - Unauthorized Intruder - 2012-03-02

From googling a bit, HTML and javascript together can't do it. So I'm looking at PHP. I never write PHP before, and a tutorial said I should install MySQL and/or Apache server which I think it's way above from what I'm trying to do.
I have a HTML page that already have a JavaScript function for doing whatever I must do through PHP for updating that XML file. Now, what's next?


Updating XML file through DOM parser - Fiel - 2012-03-03

It's not as hard to get Apache/MySQL running as you think. Get wampserver. Put the HTML page in /wamp/www/. Access it by going to http://127.0.0.1/{PAGE_NAME}. You'll be up and running in about 5 minutes.