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...

Suppose I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?

Answer Posted / Rohit Kumar Maddeshiya

In PHP, '0123' is treated as an octal number (base 8). If you want to assign the decimal value 123 to a variable, use '123'. To display an octal number, prefix it with a zero like: <?php $octal = 0123; echo $octal; ?>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How much is the wordpress business plan?

155


Tell me how do I redirect users back to my blog's main page after they login?

198


Do you know what is the current version of wordpress?

187