The complete programming solution for the beginner
php print_r function
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