Search found 1 match

by mehdihs
Wed Oct 28, 2009 2:12 pm
Forum: PHP - Code
Topic: fwrite not writing
Replies: 1
Views: 147

fwrite not writing

I have this code to output an xml file into a folder. The xml file gets created but its contents are blank. If I echo out the string that is being written into it I do see the string, but it refused to write into the file. The file itself is being created by the code but nothing is being written int...