RE: [PHP] version differences

2002-05-13 Thread Martin Towell
ilto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:34 AM To: Php-General Subject: [PHP] version differences 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

[PHP] version differences

2002-05-13 Thread baldey_uk
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