isnt it something like
use explode("\t", $whatever) to put all the tab delimited fields in an
array called $whatever.
-Original Message-
From: Tom Mathews [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 02, 2001 10:28 AM
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Tab
Can't remember the syntax off hand, but if you look under the file handling
stuff in the manual, you will see that there is a function which allows you to
put a tab delimited file into an array. From there you can do what you want
with each of the elements.
Ben Cairns wrote:
> I have a file wher