Hi all, I'm creating a website for a university society. On the site, there's going to be one page with pictures and a short bio of each committee member. I've already designed this page statically, but I'm aware that every year, committee members change. Because I cannot guarantee that whoever manages the website after me will be able to edit the HTML data at source correctly, I want to design a form on a separate page which will give a user-friendly interface for "uploading" new committee members. I have already solved the images, creating an upload form that uploads a new picture with a set filename for each committee position. The problem I face is changing the text content on the page. What I need help with is how to get the information from a form to change the html code on the committee page directly. Obviously I know that this will involve PHP but I want to avoid using SQL or any other database to store the member info. I want the form to change the HTML content directly, not have a website that relies on reading from a database everytime it's visited. Thanks in advance! View attachment 181641