In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> Hi all,
> 
> Can anyone tell me whether or not the sprintf function existed in php 4.12?
> I have the following line:
> 
> $order_value=sprintf('%.2f', floatval($quantity)*7.0);
> 
> Which works at home on my version 4.2 of php but whne i upload to the server
> running 4.12 the script just seems to stop there and go no further? Any
> help, advice or pointing to relevant docs would be greatly appreciated.
> 
> Cheers From
> 
> baldey_uk

I could tell you, but I'd have to then kill you. 
http://www.php.net/sprintf will tell you what versions it is valid for. 
The docs show the history of all calls.

Hint - check floatval

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to