MasterKaos
Programmer
I'm having trouble with MySQL queries failing when the month is one digit not two. As in 1 won't work but 01 will. Are there any php functions for formatting numbers or strings to include integers with leading zeroes? I've put togther a simple three line funciton that does it, but i wonder if there's a better way? It could get a bit tedious if there was more than two digits and other formatting like commas etc to worry about.
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.