I am new to PHP, and I have this website. I want to know if i can have a page that is password protected (i know how to do that part), where the user can edit a variable from a text area.
Example: if i had a $news variable, and it would equal the news text on the home page. Is there a way that I can make a Text Area where the admin can write in the news they want, and have it change the variable, so they can change the variable without knowing the code? (With the click of a button)
If so, could you please tell me how? Thanks in advance.