Hello everyone
How do you go about, when you make changes in your include files, so the changes take effect on the articles or pages that you have created in your database?
I have four include files in my website, menu.inc, leftside.inc, rightside.inc, bottom.inc
I am doing articles in phpMyAdmin/MySQL like this:
"domainname/news.php?articleid=170", the MySQL creates the article ID automatically, everything works fine, but when I make changes in the include files, using the FTP, the changes only show in the files with the .php extension, (which BTW are not in my db), but not in the pages with the articleid extension (which are in my db).
Where and how do I find and edit these include files so the changes will take effect on these pages that I made in the database?
Let me rephrase this:
I know where the include files are. In directories with my php files/pages. The question is, how do I put together in the same directory the articleid pages from the database and the include files, so when I make changes in the include files, the changes will take effect on the articleid pages.
There is a possibility that I didn't explain this very well, so if you have questions please ask.
Your help and advise will be greatly appreciated