View Single Post
Old 01-15-2005, 08:11 AM  
Zester
Confirmed User
 
Zester's Avatar
 
Industry Role:
Join Date: Jul 2003
Posts: 5,344
Quote:
Originally Posted by broke
Post the code.
PHP Code:

$handle 
fopen ($filename"w");
if(!
fwrite ($handle$content)){ echo "Data insert failed!"; die;}
fclose ($handle); 
__________________
* Mainstream ? $65 per sale
* new male contraception
Zester is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote