On Tue, 25 Nov 2003 17:44:09 -0800
"Jason Williard" <[EMAIL PROTECTED]> wrote:

...[snipped]...

> Does anyone have any ideas for me?

Okay, this is just an idea.

Use file() to put everything in an array.

  http://www.php.net/manual/en/function.file.php

Then find a function here that would let you check the first
four characters.

  http://www.php.net/manual/en/ref.strings.php

Loop through the array created by file() and process each
line accordingly (whatever it is that you need to do with
each line).

- E -
__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to