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 do you run a php script from the command line?
What is move_uploaded_file in php?
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
Are php variables global?
Write a program in php to check whether a number is prime or not?
What is a model in php?
What are the features and advantages of object-oriented programming in php?
How do I stop a php script?
How we can declare variable in php?
This is regarding file uploading. 1. Who will be the owner of the uploaded file ? 2. What permission you will give for an uploaded file ? 3. What is mean by user, group and others and what kind of permission you will give for each user and explain the reason?
What is the difference between php and java?
What are magic methods?