PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?
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.