southfloridarentalz Posted December 31, 2010 Share Posted December 31, 2010 I have a form that generates html code, and displays it in a textarea with submit button. I want to submit button to take the data entered in that textarea1 on page 1, and upload to textarea2 on page 2 How can I do this? I have no idea where to start. Link to comment https://forums.phpfreaks.com/topic/223090-send-textarea-to-textarea-on-different-page/ Share on other sites More sharing options...
kenrbnsn Posted December 31, 2010 Share Posted December 31, 2010 Use Sessions to send the information to the next page. Ken Link to comment https://forums.phpfreaks.com/topic/223090-send-textarea-to-textarea-on-different-page/#findComment-1153387 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.