The thing is, 8E-05 is scientific notation (a.k.a. standard form) for 8 * 10-5 and is used for floating point.
If you arent doing any calculations from the database, only with PHP, maybe you should use a different datatype (VARCHAR perhaps?) for storage.
I suspect there are simple methods (aside from treating it as a string then converting manually) for this, but a change of datatype for storage shouldnt be too much of a hassle.