Skip to content

Commit b243a73

Browse files
Update associate-array.php
1 parent 76e60e3 commit b243a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

associate-array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Creating a multidimensional associative array
33
$Student = array(
44
array(
5-
"name" => "NP",
5+
"name" => "Nripesh Kumar",
66
"course" => "Teacher",
77
"Semester" => 6
88
),

0 commit comments

Comments
 (0)