recreate it, for example:
<%
exec( 'type > your_file_name' );
%>

Krzysztof

DigitalKoala wrote:

> Hi Everyone,
> 
> I'm running a script that automatically reads lines from
> /var/mail/myaccount, parses the lines then insert specific items into a
> database.... this is in a loop
> 
> What i want to do is then delete the contents of the file, but not the file
> itself...can you tell me the best way to do this?
> 
> many thanks
> anna
> 
> 
> 
> 
> 
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to