Fri Feb 29, 2008 12:01 pm - Display Array Elements Values With Loop
#1895
Display Array Elements Values With Loop
i use this to show all the elements in an array for each value
for($i =0; $i < count($words); $i++) {
echo $words[$i]."<br>";
}
echo $words[$i]."<br>";
}
author: web hosting