Jump to content

php - xml what is the best way to do this.


guymclaren

Recommended Posts

IN essence I want to have a script calling the info from the database.. I have no problem thus far, next I want to take said data and write it to an xml file. no problem here either. I think I have that figured time will tell. But here is the problem , I want to append the new entries to the top and delete any older entries after.

 

I sort of have this in mind

 

Get data  php file

delete old xml file unlink

write new xml file  fopen fwrite

 

I don't know if this is the most efficient way of doing this or not, so I thought I'd get some help here.

Link to comment
https://forums.phpfreaks.com/topic/185075-php-xml-what-is-the-best-way-to-do-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.