fiafii Posted November 27, 2009 Share Posted November 27, 2009 Hi. I have a little problem. I'm doing a webpage for my aunt and I would like to make it as easy for her as possible to edit the text. So, I am going to make a Admin site where she can login and then I am going to need a box with the text which is connected to her webpage. And in that box she would be able to edit och replace text and then save and it would change on the webpage. But how? :-\ Anyone know? I don't even know where to start looking och for what. Help!! Link to comment https://forums.phpfreaks.com/topic/183115-how-to-easy-edit-text-with-box-help/ Share on other sites More sharing options...
Anzeo Posted November 27, 2009 Share Posted November 27, 2009 Hi. I have a little problem. I'm doing a webpage for my aunt and I would like to make it as easy for her as possible to edit the text. So, I am going to make a Admin site where she can login and then I am going to need a box with the text which is connected to her webpage. And in that box she would be able to edit och replace text and then save and it would change on the webpage. But how? :-\ Anyone know? I don't even know where to start looking och for what. Help!! If it's only one page you could use a file page.txt which would contain the text. This is like a flat-database. To open files in php take a look atfopen, there are also links to the other file handling functions Link to comment https://forums.phpfreaks.com/topic/183115-how-to-easy-edit-text-with-box-help/#findComment-966429 Share on other sites More sharing options...
onlyican Posted November 27, 2009 Share Posted November 27, 2009 or use a database such as MySQL Link to comment https://forums.phpfreaks.com/topic/183115-how-to-easy-edit-text-with-box-help/#findComment-966461 Share on other sites More sharing options...
eugene2009 Posted November 27, 2009 Share Posted November 27, 2009 Try this.. http://dev.mysql.com/doc/refman/5.1/en/database-use.html Link to comment https://forums.phpfreaks.com/topic/183115-how-to-easy-edit-text-with-box-help/#findComment-966572 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.