Replace of the current <title> tags with this:
Insert a new:PHP Code:<?php
$titlename = $_GET['card'];
switch ($titlename) {
defualt:
echo("<title>Credit Card Applications Credit Card Offers www.Credit-Card-Approvals.com:</title>");
break;
case "Airline":
echo("<title>Place custom title for airline card here</title>");
break;
?>
Before the ?> for every card you want to have a custom page title for. Hope this helps.PHP Code:case "Card Name Here":
echo("<title>Place custom title for card here</title>");
break;






Reply With Quote

Bookmarks