The next big question
Posted: Thu Aug 21, 2008 2:08 pm
Thanks to the great replies Ive received here I have learned a couple of really good things that has improved my work tremendously and moved the work to revamp my site forward quite a bit.
I have a basic structure together now and content added that is not going to be all that dynamic such as pages like contact, about, etc. Now its time to move on to more dynamic content. I wont have a tremendous amount of content, but I am going to have some areas that may need updating, added to or deleted fairly frequently.
I dont know if know what I do will help but I'll give a brief bit of information. By day I work in telecommunications as a repair tech. In my spare time I do a lot of automotive service. Basic repairs, oil changes, troubleshooting, that sort of thing. I dont really rebuild transmissions and engines (though I have my own cars engine and tranny pulled and in the process of rebuilding them for some track duty use) but I do most other stuff. I carry a line of synthetic motor oils (and Im not trying to sell here, so if Im out of line, please let me know) and I offer a few other services. So obviously I want to list all this stuff on the site. So I will have the following pages on the site:
-An articles page. I like to write how to's for repairs and troubleshooting and would like to add those to the site
-A products page. Several categories and many products. I wont be selling on the site, just strictly product information.
-A services page. A basic run down of the services available and the cost and so forth.
-An Oil Analysis page. One of the services offered is the testing of motor oil. Basically the motor oil is tested and it gives you information on the health of the engine, motor oil, etc. I would like to list the results on the website, something like Manufacturer > Model > Engine > Test Results
What I had envisioned was using creating folders, for instance in the example of the articles, something like Alternator Replacement > Ford > Article.php. Then similar structures for the Oil analysis, products and services. Then using PHP to read those folders, create a link, then when that link is clicked on, the visitor taken to the next level, Ford in the example, then click on that link to be taken to the actual article.
I dont know if this is possible or not, it seems to me it would be as I have seen flat file database examples that do something similar. That all said (and I apologize for the long post, I just wanted to give as much detail as I could) I want to use this as a learning experience to learn a little about PHP. I dont want someone to do the work for me, but I dont want to be fed to the wolves either so to speak. So can anyone get me started, or point me to some existing examples that I can look at? Im open to other ways of doing this, but I didnt really want to use a MySQL database if I could avoid it.
At any rate, I'll stop there and see what the responses are and if there are any questions.
I would like to say thanks for all the help I have received thus far.
I have a basic structure together now and content added that is not going to be all that dynamic such as pages like contact, about, etc. Now its time to move on to more dynamic content. I wont have a tremendous amount of content, but I am going to have some areas that may need updating, added to or deleted fairly frequently.
I dont know if know what I do will help but I'll give a brief bit of information. By day I work in telecommunications as a repair tech. In my spare time I do a lot of automotive service. Basic repairs, oil changes, troubleshooting, that sort of thing. I dont really rebuild transmissions and engines (though I have my own cars engine and tranny pulled and in the process of rebuilding them for some track duty use) but I do most other stuff. I carry a line of synthetic motor oils (and Im not trying to sell here, so if Im out of line, please let me know) and I offer a few other services. So obviously I want to list all this stuff on the site. So I will have the following pages on the site:
-An articles page. I like to write how to's for repairs and troubleshooting and would like to add those to the site
-A products page. Several categories and many products. I wont be selling on the site, just strictly product information.
-A services page. A basic run down of the services available and the cost and so forth.
-An Oil Analysis page. One of the services offered is the testing of motor oil. Basically the motor oil is tested and it gives you information on the health of the engine, motor oil, etc. I would like to list the results on the website, something like Manufacturer > Model > Engine > Test Results
What I had envisioned was using creating folders, for instance in the example of the articles, something like Alternator Replacement > Ford > Article.php. Then similar structures for the Oil analysis, products and services. Then using PHP to read those folders, create a link, then when that link is clicked on, the visitor taken to the next level, Ford in the example, then click on that link to be taken to the actual article.
I dont know if this is possible or not, it seems to me it would be as I have seen flat file database examples that do something similar. That all said (and I apologize for the long post, I just wanted to give as much detail as I could) I want to use this as a learning experience to learn a little about PHP. I dont want someone to do the work for me, but I dont want to be fed to the wolves either so to speak. So can anyone get me started, or point me to some existing examples that I can look at? Im open to other ways of doing this, but I didnt really want to use a MySQL database if I could avoid it.
At any rate, I'll stop there and see what the responses are and if there are any questions.
I would like to say thanks for all the help I have received thus far.