George Pitcher wrote:
I am using PHP5.1 with Smarty templates on my page (but not on the standalone page). Smarty doesn't offer anything other than the sprintf() options for string formatting of decimal numbers, and I'm already doing that. Do you think Smarty could be so unsmart as to undo the formatting? As another test, I did settype($fee2, "float")then the gettype($fee2) and got 'float' on the standalone page and NULL on my Smarty page.
Sounds like a question for the Smarty mailing list. -Stut -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php