Hi
I have an array of arrays and i need to get the entire content of title (to a variable called $title ) and the entire content of paragraph (to a variable called $paragraph ) so i can put it into textareas and text boxes allowing the user to edit the content
my array:
Array
(
[TEXT] => Array
(
[TITLE] => Testing Títle
[BODY] => Array
(
[PARAGRAPH] => NONONONONONOONONONONONONONONONONONONONONONONONONONONONON<p>
NONONONONONONONONONONONONONONONONONONONONONONONONON<p>
NONONONONONONONONONONON
)
)
)
Any ideas?
Thank´s in advance