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 |
Tell me how can I display text with a php script?
Which cryptographic extension provide generation and verification of digital signatures?
How do I escape data before storing it in the database?
What are psrs? Choose 1 and briefly describe it?
How can we increase execution time of a php script?
How can you get, the total size of a certain directory?
How to convert the first character to upper case?
What are php variables?
What is php glob?
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?
Why do we need session?
Can you specify the "new line" character in single-quoted strings?