Thread: Open a file
View Single Post
  #4 (permalink)  
Old 08-09-2006, 07:19 PM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Credits: 0
Rep Power: 10
smith is on a distinguished road
Default

fwrite does just what it says Filewrite.

http://us3.php.net/manual/en/function.fwrite.php
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote