Page 1 of 1

editable textarea

Posted: Wed Jan 14, 2004 5:31 am
by jbatty
I am generating a set of sub-arrays from a main array. When php generates the sub arrays, it sends the result straight to a browser page (which is uneditable).
However, I want to send the result to a editable textarea or something else that would enable me to move items around.

Could anyone kindly suggest a way to do this please please?

Posted: Wed Jan 14, 2004 5:33 am
by twigletmac
Without a bit more detail on what your output is and what exactly you want to do the best I can offer is to stick some form tags around the output and textarea tags around the information you want to edit.

Then you can submit the form back to PHP to allow further manipulation.

Mac

Posted: Wed Jan 14, 2004 5:46 am
by jbatty
that is a good start. thank you