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 |
What is cookies php?
What is the difference between $var and $$var?
How to test if a variable is an array?
How do I find out the number of parameters passed into function?
Is there any way to call a JAVASCRIPT function in PHP in AJAX
How do you achieve page caching in PHP?
Is it possible to submit a form with a dedicated button?
how to open & closing opening period in fico
What is the exact Diff. between include_once() and require_once() in PHP?
how to detect a mobile device using php
Tell me what is the definition of a session?
What is the $_ server php_self variable?