Jump to content

Editable Text Region


Joshysan

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.