PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The result would be 00003! I need to save data to spreadsheet, but it needs to have thous 00 in the left. I could just add "00" to these vaiables, but the problem is it can be also 5234, so it would have to be 05234. Any suggestions? Thank you!