Printing an array in PHP
It is possible to print an array in PHP using print_r statement. It will not look good. If your web application requires a nicer look of displaying information then think of other methods. print_r statement is good for debugging to see which values are stored inside of an array.
Comments
Post a Comment