Thanks guys.

I got it workin' and realized why change a tab delimited file to
something else - an extra step.  So I had it split on the tab instead.
Works like a charm.

I learned a lot today.  :-)

Marian

--- In php-list@yahoogroups.com, "Patrick Bierans" <[EMAIL PROTECTED]> wrote:
>
> >      str_replace('/\t/', '/|/', $input_file);
>
> /something/ is preg_replace() and too much;)
> '\t' will not be interpreted. But "\t" will. ;)
>
> str_replace("\t", '|', $input_file);
>






Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list




YAHOO! GROUPS LINKS




Reply via email to