Whenever PHP has a large number, it uses scientific notation. I would like PHP to use the full number rather than scientific notation because it results in a loss of precision which my program needs.
If anyone can help me prevent PHP from using scientific notation, i would preciate it.
Note: I need to multiply one number, so just having a string with " " at the beginning wont work.