09-22-2017, 03:54 PM
An easier way to deal with per-page meta tags might be to add a new database table to hold your different tags, linked to the pages table (which holds the name of the php file you're viewing). When you load the page, grab the meta tags to echo out.