> my point is that math should be used instead of a regex as it is more
> efficient.
I totally agree. :)
Jeremy
Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED]
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
- - - - - - - - - - - - - - - - - - - -
Get your own Free, Private email at http://www.smackdown.com/
On Thu, 18 Jan 2001, DanO wrote:
> Date: Thu, 18 Jan 2001 13:57:55 -0800
> From: DanO <[EMAIL PROTECTED]>
> To: "Php-General@Lists. Php. Net" <[EMAIL PROTECTED]>
> Subject: RE: [PHP] decimal point movem
il at http://www.smackdown.com/
On Thu, 18 Jan 2001, DanO wrote:
> Date: Thu, 18 Jan 2001 13:57:55 -0800
> From: DanO <[EMAIL PROTECTED]>
> To: "Php-General@Lists. Php. Net" <[EMAIL PROTECTED]>
> Subject: RE: [PHP] decimal point movement...
>
>
> why go
]]
Sent: Thursday, January 18, 2001 1:05 PM
To: 'Christopher Allen'; php
Subject: RE: [PHP] decimal point movement...
Christopher,
try a regular expression somthing like this
Robert
-Original Message-
From: Christopher Allen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 1
Christopher,
try a regular expression somthing like this
Robert
-Original Message-
From: Christopher Allen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 11:35 AM
To: php
Subject: [PHP] decimal point movement...
Greetings!
I am looking for an efficeient way to assign
Greetings!
I am looking for an efficeient way to assign a decimal to a number and store
the new number.
I wanto add a decimal point after the first 2 leading digitis..
while ( query runs)
{
$temp=007170;
$changed_to_deicmal_form; // would store .7170
}
Furthermore I was using printf to round
6 matches
Mail list logo