For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > January 2006 > Simple XML Read and Write









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Simple XML Read and Write
Mike

2005-12-03, 6:55 pm

Hello
Are there any quick articles about reading a file with SimpleXML-Modifying
it -And Writing it back?
Thanks
Mike


Jim Michaels

2006-01-16, 7:56 am

if your web server actually allows writing... some don't. or you may need
to set up a directory with special permissions.
look up file_get_contents() and file_put_contents()
or look in the manual under FileSystem functions and read about fopen(),
fread(), fwrite(), fclose(). you get more control with these.

"Mike" <ampeloso@verizon.net> wrote in message
news:Bkmkf.1590$Yh2.363@trndny01...
> Hello
> Are there any quick articles about reading a file with SimpleXML-Modifying
> it -And Writing it back?
> Thanks
> Mike
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com