php3-list | 199807
Date: 07/27/98
- Next message: Palle Girgensohn: "Re: [PHP3] Security concern w/ PHP3/FrontPage combo"
- Previous message: Richard Lynch: "Re: [PHP3] Sendmail problems"
- In reply to: Vincent Kurt Stoessel: "[PHP3] Quick formatting question"
- Next in thread: Adam Trachtenberg: "Re: [PHP3] Quick formatting question"
- Reply: Adam Trachtenberg: "Re: [PHP3] Quick formatting question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This should work, shouldn't it?
<?PHP
$oldstr = "1 400.83";
$newstr = ereg_replace(" ","",$oldstr);
?>
On Mon, 27 Jul 1998, Vincent Kurt Stoessel wrote:
> Hello Gang
> Anyone know how to get
> from this: "1 400.83" to this "1400.83" ?
> Thanks
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
>
>
>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Palle Girgensohn: "Re: [PHP3] Security concern w/ PHP3/FrontPage combo"
- Previous message: Richard Lynch: "Re: [PHP3] Sendmail problems"
- In reply to: Vincent Kurt Stoessel: "[PHP3] Quick formatting question"
- Next in thread: Adam Trachtenberg: "Re: [PHP3] Quick formatting question"
- Reply: Adam Trachtenberg: "Re: [PHP3] Quick formatting question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

