View Single Post
Old 2006-01-05, 12:24 PM   #3
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Code:
  $filename = "/full/path/to/filename";
  $handle = fopen($filename,"wb");
  fwrite($handle,$_REQUEST['textareaname']);
  fclose($handle);
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote