Re: [PHP] logging data to xml

2003-08-15 Thread Curt Zirzow
* Thus wrote Jay Blanchard ([EMAIL PROTECTED]): > A couple of things occured to me, but I am not sure that they're > desirable... > > With being the last tag (does it occupy its own line?) you could > (pseudo-code, not tested and certain to be incomplete)... > > while(!feof($theXMLLogFile)){ >

RE: [PHP] logging data to xml

2003-08-15 Thread Jay Blanchard
[snip] I have been trying to log some data to an xml file. Whta my problem is now is that the tag needs to be either replaced (overwritten) or i need to get the data in before EOF-1. I have spend some time on the manual, but could not find out hoe exactly i should get the last row and then move on