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?
16637 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");
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");
Show video info
Pre-requisite