Forum Moderators: coopster
The site is calling content from a database, and I am wondering how to have the Meta Title match the topic of the page. Currently every single page has the same title. I want each page to have a unique title. For example, let's say the following page is about "cats".
[example.com...]
Is there a simple code to put on the products.php page to have the meta title be called "cats" and so on and so on...?
Here is the code that is currently on products.php
<title><?php echo $sitename;?><title>
Any help? Sorry if this is Basic
See if the host provides phpMyAdmin, it's an easy to use tool to interact with dbs.
By the way, welcome to Webmaster World.