Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you format and output a number with leading zero's?

Answer Posted / mahesh

$d=450;
$d = str_pad($d,6,0,0);
echo $d;
OUT PUT
000450

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Booleans in PHP?

1132


What is die in php?

1106


Explain what is memcache?

1038


Tell me how can we pass the variable through the navigation between the pages?

1043


What is $row in php?

996


What is php built on?

1043


What is the difference between print() and echo() in PHP?

1110


Is numeric in php?

1095


How to break a file path name into parts?

1028


What is the default time in seconds for which session data is considered valid?

1189


Tell me what are the __construct() and __destruct() methods in a php class?

1063


What's php?

1119


What is factory pattern in php?

974


How the result set of mysql be handled in php?

1184


Can we embedded directly PHP code into XHTML document? State Whether True or False?

1846