I am currently coding a website in PHP and am looking for an easy way for a non-technical user to make changes to it. One way I thought of doing it would be to have an Excel document in the website directory and use a PHP script to read from it. Any ideas how to make this happen? Or is there a different way for me to be doing this?
Specifically, this part of the website calls for Current Job Postings. The excel document would have the name, a description, requirements, etc... in different columns of a row. Each job would have its own row. This way, I can teach a person to add a row for a job posting or delete a row. Anyways, just basically looking for a script to read an excel document and display it on a website or any other ideas on how to do this.
Thank you.
