I am running PHP 4.0.4, MySQL 3.23.29-1 on Linux 2.2.16-22 (Redhat 7.0).
I have a problem using PHPLib (7.2c) templates.
If i try to parse float's read from the database into a template, only the characters after and including the decimal point are parsed. I.e, "10.99" will be parsed as ".99".
An echo () will display the full value of the float. I.e, "10.99".
Any ideas?