Need suggestions!
I do not want to use a database, but want to be able to display dynamic content. I want to use PHP and/or Javascript.
The data will be stored in a file, to be uploaded via FTP. The file will contain the following fields (example): Category, Subcategory, Part, Part details, Photo, Other info. When a Category is selected, I want to display the subcategories, and when a subcategory is selected, I want to display all the parts in it with Part details, Photo and Other info.
The first thing that comes to mind is using PHP to upload a Javascript array with the content of the file.
Any suggestions on how to do this?🙁