Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
Sedo.com

Wanted: Service need help with website editing

Status
Not open for further replies.

nts

DNF Addict
Legacy Exclusive Member
Joined
Jul 5, 2005
Messages
796
Reaction score
1
Replace of the current <title> tags with this:

PHP:
<?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;

?>

Insert a new:

PHP:
case "Card Name Here":
echo("<title>Place custom title for card here</title>");
break;

Before the ?> for every card you want to have a custom page title for. Hope this helps.
 

nts

DNF Addict
Legacy Exclusive Member
Joined
Jul 5, 2005
Messages
796
Reaction score
1
Place it in list.php, replace the <title>Credit Card Applications Credit Card Offers www.Credit-Card-Approvals.com:</title> tag with the code above.
 

MPinelli

Level 8
Legacy Platinum Member
Joined
Dec 3, 2004
Messages
1,091
Reaction score
0
this is what i see in my list.php

<html>
<head>
<title><? echo $sitename; ?></title>
<meta name="title" content="Online Credit Card List">
<meta http-equiv="Content-Type" content="text/html; iso-8859-1">
<meta http-equiv="Pragma" content="cache">
<meta http-equiv="Content-Language" content="en">
<meta name="ROBOTS" content="INDEX,FOLLOW">
<meta name="description" content="Credit Card Applications for every occassion. Student, low interest, prepaid and more!">
<meta name="keywords" content="credit card applications">
<meta name="publisher" content="<? echo $sitename2; ?>">
<meta name="copyright" content="©Copyright 2004, <? echo $sitename2; ?>">
<meta name="rating" content="General">
<meta name="creation_Date" content="05/03/2004">
<meta name="revisit-after" content="2 days">
<meta name="doc-rights" content="Copywritten Work">
<meta name="doc-class" content="Completed">
<meta name="MSSmartTagsPreventParsing" content="true">
</head>
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Sedo - it.com Premiums

IT.com

Premium Members

MariaBuy

Our Mods' Businesses

UrlPick.com

*the exceptional businesses of our esteemed moderators

Top Bottom