echo array values in php

This is very simple and common task, But many PHP newbies(beginners) don’t know about it. To see the Structure of PHP array , you have to use PHP built in function called print_r(),This will give a listing of all the items in the array(including multi-dimensional arrays). The following example demonstrate how to create and display [...]

You might also likeclose