Deleting Text in a File
Posted: Sat Apr 15, 2006 11:00 am
what is the code i would need if i wanted to delete the text in a php file with a chmod set to 7,7,7,7?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$fp = fopen($file, 'wb');
fclose($fp);