Answers

Question and Answer:

  Home  PHP

⟩ How come the code works, but does not for two-dimensional array of mine?

Any time you have an array with more than one dimension, complex parsing syntax is required. print "Contents: {$arr[1][2]}" would’ve worked.

 191 views

More Questions for you: