How can I echo in html form a number declared as int(11) from a sql columm result with (N) zeros before, like for example, the number 5 would be 005 with two zeros before, or number five with three zeros before like 0005.
I know this is possible with mysql, but I also would like to know if there is a function in php that formats numbers the way explained above.
God bless you with your help
Thanks