I am using XAMPP 5.5.19. While executing the array.php file, I am getting the following: "Notice: Array to string conversion in /opt/lampp/htdocs/phpacademy/array.php on line 5" alongwith the output on the browser.Why am I getting the notice when in video it is showing only output?
813 visits
Outline:Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An array where each ID key is associated with a value. Ex. Numeric Array: $fruits=array("Apple","Mango","Banana","Grapes"); - See more at: http://www.spoken-tutorial.org/show_video?tr=171&sval=1#sthash.wryf4jA1.dpuf
Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An array where each ID key is associated with a value. Ex. Numeric Array: $fruits=array("Apple","Mango","Banana","Grapes"); - See more at: http://www.spoken-tutorial.org/show_video?tr=171&sval=1#sthash.wryf4jA1.dpuf
Show video info
Pre-requisite