The complete programming solution for the beginner
How to display Array element in php
To display an array element in php you cannot use 'echo' function or 'print' function.To display an array elements in php we use another inbuilt function known 'print_r' using this function you can display the array elements.
No comments:
Post a Comment