There is a problem when I have a money field in MSSQL 7, and if the value
for that field is greater than 99,999,999 it will be truncated to 8 digit
when i retrieve that field.
ex. Value = 155,000,000 it will truncated to 15,500,000
What I have to do with that problem..
That problem not appear
I believe the functions are used to write to printers local to the
webserver, not the client.
"Deleo Paulo Ribeiro Junior" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello!
>
> I have sent some questions about printing functions and unfortunately I
had
> no answer.
>
> Does
much easier to use:
number_format($number,2);
"Jason Brooke" <[EMAIL PROTECTED]> wrote in message
019201c123a6$d4d69320$58c2a4cb@co3040297a">news:019201c123a6$d4d69320$58c2a4cb@co3040297a...
> > does anyone know
> > how to convert a
> > number like 324.42932 to 324.43 format
> >
> >
> does anyone know
> how to convert a
> number like 324.42932 to 324.43 format
>
> is there any special functions in php for this ?
There sure are, did you check the manual?
http://www.php.net/manual/en/ref.strings.php
You can also do it with the % operator instead of using a function
php-windows Digest 13 Aug 2001 03:17:43 - Issue 699
Topics (messages 8788 through 8793):
PHP/SOAP/Win
8788 by: Todd Cary
PHP cookie and SSL query?
8789 by: Fai
Why do I use IE6b to view some page which I wrote in PHP but I got blank?
8790 by: jim
apache path_info
does anyone know
how to convert a
number like 324.42932 to 324.43 format
is there any special functions in php for this ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the