Printing Arrays
Monday June 19, 2006
Arrays are a handy way to store information, but they aren't always the easiest to read through. The Print_r () PHP function can be used to show an array in a more human-friendly way. 
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
Easy ways to connect two computers for networking purposes. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.
How do I skip printing certain values in an array….for example, if i have the numbers 1 thru 100 in an array, and I only want to print numbers 1 thru 50?