Joshysan Posted January 13, 2007 Share Posted January 13, 2007 Hi guys,I am new to php, but have built a site where i would like to login to my members area and create an editable text region so that i can change text on a regular basis without having to edit the html file (kinda like editing a profile on a blog and uploading it at the click of a button).If anyone knows what sort of function i am speaking of, or where i can get the code, please give me a shout. :D.Thanks Link to comment https://forums.phpfreaks.com/topic/33975-editable-text-region/ Share on other sites More sharing options...
trq Posted January 13, 2007 Share Posted January 13, 2007 Its quite simple. You store the data within a database and use a form to update that data. On the page in question you run a query to retrieve that data and place it in the page.There many many many tutorials on using php to insert and retrieve data from a database. Try google, you really don't need us to write another especially for you. Link to comment https://forums.phpfreaks.com/topic/33975-editable-text-region/#findComment-159619 Share on other sites More sharing options...
Joshysan Posted January 13, 2007 Author Share Posted January 13, 2007 I wouldnt expect you to either ;), its just i tried google but didnt know what i was looking for lol... but thanks, i will try again :D. Link to comment https://forums.phpfreaks.com/topic/33975-editable-text-region/#findComment-159621 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.