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 can I loop through the members of an array?



How can I loop through the members of an array? ..

Answer / jude jeevanraj.p

If you want to create a quick and easy loop to show the
values of an array, then all you need is the trusty foreach
control structure, thus:

<?php
$alphabet = range("A","Z");
foreach

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More PHP Interview Questions

Tell me how can I display text with a php script?

0 Answers  


Which cryptographic extension provide generation and verification of digital signatures?

0 Answers  


How do I escape data before storing it in the database?

0 Answers  


What are psrs? Choose 1 and briefly describe it?

0 Answers  


How can we increase execution time of a php script?

0 Answers  


How can you get, the total size of a certain directory?

1 Answers  


How to convert the first character to upper case?

0 Answers  


What are php variables?

0 Answers  


What is php glob?

0 Answers  


suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?

1 Answers  


Why do we need session?

0 Answers  


Can you specify the "new line" character in single-quoted strings?

0 Answers  


Categories