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 to set session expire(session timeout) using php code
What are the differences between public, private, protected, static, transient, final and volatile?
What is the difference between == and === operator in PHP?
What was the old name of php?
Tell me what is the main difference between require() and require_once()?
What version of php do I have windows?
Explain $_FILES Superglobal Array?
What are the different types of Errors in PHP?
20 Answers Cisco, TCS, Troop Software,
What the limitation of header() function in php?
What's the difference between accessing a class method via -> and via ::?
How can you increase the maximum execution time of a script in php?
When is a conditional statement ended with an endif?