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 |
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
How to remove leading and trailing spaces from user input values in php?
What is the use of strip_tags() method?
Where are sessions stored php?
How will you create a bi-lingual site (multiple languages) ?
How to make horizonatl menu and vertical menu responsive
What is preg_match?
How we can declare variable in php?
What is the correct syntax of mail() function in php?
What is the Pipe Symbol represented?
Is it possible to protect special characters in a query string?
What is the difference between InnoDb tables and MyIsam Tables in php