[PHP] converting string to double

2001-11-10 Thread Kal Amry
Any handy function to convert a string such as $string1 = '55.32' To A Number such as 55.32 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] converting string to double

2001-11-10 Thread Christian Dechery
try floatval() At 21:13 10/11/01 -0500, Kal Amry wrote: Any handy function to convert a string such as $string1 = '55.32' To A Number such as 55.32 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL