common Posted March 18, 2009 Share Posted March 18, 2009 Hi everyone I am strugling with something! I want to create a page with a login function. And after you have logged in, i want to make a textarea. The text created in the textarea must be visible on another page(page 2), but when you exit your browser,and open it again & go to page 2 the text should still be there untill i log in on the first page and change the textarea input. Can anyone tell me how to do that?? I want it to work like facebook's status update... Link to comment https://forums.phpfreaks.com/topic/149971-update-an-textarea/ Share on other sites More sharing options...
Zhadus Posted March 18, 2009 Share Posted March 18, 2009 You need to store the information into a database like MySQL when you change the input and then the display area needs to load it from the database. Link to comment https://forums.phpfreaks.com/topic/149971-update-an-textarea/#findComment-787618 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.