The problems that I am facing are:
1.) If the number is too big, PHP resorts to scientific notation. FE: 1E+15. How do I get rid of this and make it display the number in full?
2.) Again if the number is too big like 3434534543530000, the Number to URL conversion works fine, but the URL to number conversion for various numbers in that range produces the same result i.e. 3434534543530000. This is the case in the ranges of 3434534543520000,3434534543510000 and so on.
How do I come across these problems?
Help would be appreciated a lot
Thank you,
The PHP Noobe