Okay I got rid of them (str vs preg) but now it is putting in forward
slashes around my numeric value and I can't figure out where it's
coming from:

The output:
123 MAIN STREET|ANYTOWN|\$729950 \|

The code:
      $export = str_replace('"', '', $export);      
      $export = str_replace( ',', '',  $export);
      $export = preg_replace( '/\t/', '|',  $export);


--- In php-list@yahoogroups.com, "Bob" <[EMAIL PROTECTED]> wrote:
>
> Hi Marian,
> 
> Marian Briones wrote:
> > But I can't seem to get the double quotes (") out of the price field
> 
> $export = str_replace('"', '', $export);
> single double single quotes, to empty string
> 
> Bob.
>






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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to