-Original Message-
From: Dustin Krysak [mailto:[EMAIL PROTECTED]
Sent: 24 November 2004 09:53
To: PHP
Subject: Re: [PHP] remove first character in text file
Just want to add to this with a little more info
my text file is a list of email addresses with a "%" separ
Just want to add to this with a little more info
my text file is a list of email addresses with a "%" separating them.
For example:
[EMAIL PROTECTED]@[EMAIL PROTECTED]
Now sometimes I end up with a "%" at the beginning. For example:
[EMAIL PROTECTED]@[EMAIL PROTECTED]
Or:
[EMAIL PROTECTED]@[E
Start with fopen() - http://us2.php.net/manual/en/function.fopen.php
Then use fread() - http://us2.php.net/manual/en/function.fread.php
There's many user-contributed comments that should be of use. The docs are
also quite helpful.
-M
> Hi there.. I have a text file where I need to remove JUST t
3 matches
Mail list logo