Is there a way of doing something like this:
$test_array = array(\"first_key\" => \"first_value\", \"second_key\" => \"second_valu
I'd do something like this:
"first_value", "second_key" => "second_value", ))); ?>
Results:
array(2) { [0]=> string(27) "first_key loves first_value" [1]=> string(29) "second_key loves second_value" }