Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

Re: [PHP3] Quick formatting question From: Jeremiah Davis (jdavis <email protected>)
Date: 07/27/98

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