- Yes." /> How To Come Code <?php Print "Contents $arr[1]"; ?> Works, But <?php Print "Contents $arr[1][2]"; ?> Doesn't For Two Dimensional Array Of Mine? - Yes." /> - Yes." />
Answers

Question and Answer:

  Home  WordPress Support Officer

⟩ How to come code <?php print "Contents $arr[1]"; ?> works, but <?php print "Contents $arr[1][2]"; ?> doesn't 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. /> - Yes.

 132 views

More Questions for you: