>      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