Hi all,
I’m trying to create an admin tool for a site that will allow the user to
read/add/delete/edit values from an XML file.
I’ve done my reading on PHP, Javascript and AJAX and I’m familiar with most of it but Im not sure which rout to take as far as implementing the tool.
I think AJAX would be the best route but Im the least familiar with how all of that goes together and if possible I’d like to NOT use it.
It seems to me that javascript isnt powerful enough to read and edit the xml file and I’d be better doing that with PHP. The problem with php is it seems Im stuck sending data to from one php file to another and it just doesnt seem a very neat solution.
There’s also a good chance that I’m way off the mark as far as all of this goes so if anyone can give me any insight into what I should be using/learning/reading to create an easy to use and efficient solution, I’d appreciate it.
Cheers.