I'm attempting to access a nested array element within a double quotes string, like this:
"$variable[first_index][second_index]";
This is throwing an Array to string conversion notice and halting my script.
Is there a correct syntax for accessing the data within a string in this manner, or do I need to set a temp variable to reference the required data, and then use THAT in the string?