Posted by Jim Michaels on 10/05/16 11:37
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
>
Navigation:
[Reply to this message]
|