On Mon, August 27, 2007 12:41 pm, Sam Baker wrote: > So I don't have to reinvent anything, does such a thing exist anywhere > that > anyone knows of: > > I'm looking for a php script that will read any xml file, display the > contents in html, with the option of adding an entry (in the same > scheme, > whatever that might be) or deleting existing entries. > > I think I could write this, but it would take a while. If nothing else comes up, you could for sure use MySQL with the XML storage engine and phpMyAdmin as a front-end. It would be serious overkill and the front-end would be daunting to a naive user, but it does fulfill the requirements, technically. For that matter, *ANY* MySQL front-end you like for a simple table editing with the XML Storage Engine should work... Another choice might be to just import/export the XML to a DB and choose your front end and DB of choice. At that point, you're not even in the realm of unknown technology for anything, and dozens of solutions are "out there" almost for sure. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php