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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator