Headache number 2 is here.

I figure the customer isn't going to be too great at replacing tab
characters with | characters for their flat file upload/export. 

I've been trying to find something that will convert tabs in my file
to | character.

I have tried str_replace, eregi_replace preg_replace and nothing is
doing it.

(banging head on desk)

      str_replace('/\t/', '/|/', $input_file);
doesn't handle it.

????help????

Thank you in advance.





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