PHP Simple QA
It contains Simple Questions and Answers in PHP
Showing posts with label
foreach loop in php
.
Show all posts
Showing posts with label
foreach loop in php
.
Show all posts
array loop in php
array loop in php
<?php
$alphabet
=
range
(
"A"
,
"Z"
);
foreach(
$alphabet
as
$letter
) { echo
"Ooh look! The letter $letter\n"
; }
?>
Older Posts
Home
Subscribe to:
Posts (Atom)