Anuruddha's Blog
Sunday, December 19, 2010
write to a file php
$file_handle = fopen('filename.xml','a');
$content=('
data
'); fwrite($file_handle,$content);
fclose($file_handle);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment