An exmaple of the output when I click on "auto" link:
Why my Check Engine Light is on? (This is $row['article_title'])
Why is my Check Engine Light on? All modern vehicles have a built-in ECM (Electronic Control Module, also Electronic Control Unit) that controls the functioning of the engine and transmission and mainly keeps the engine run as efficient as possible w... (And this is $row['article'])
Both $row['article_title'] and $row['article'] are two fields in DB.
auto.php basically loads content from a table named auto in the Database and displays them like this:
Why my Check Engine Light is on?
Why is my Check Engine Light on? All modern vehicles have a built-in ECM (Electronic Control Module, also Electronic Control Unit) that controls the functioning of the engine and transmission and mainly keeps the engine run as efficient as possible w...
My car has been stolen!
My car, auto, autos, has been stolen! Experiencing car theft can be very frustrating especially if you have left valuable stuff inside it. It is extremely important to act as soon as you find out that it has been stolen.The first thing to do is call ...
How to change engine oil
How to change car auto, autos, engine oil Changing oil and filter for your car is a job that you can do yourself instead of paying a mechanic too much for such an easy task. Learning how to check oil and change it yourself will not only save you mone...
Tips on passing your driving road test
Tips on passing your driving road test As many think, it is a frustrating process to prepare for the road test, it can be, but the more you practice, the easier the test gets. Here is a list of some tips that will help you prepare for the test:Start...
etc.
etc.
So auto.php has to have a title, and when you click on the title of the article (to view full text), the entire article has to have its title as well.