Jump to content

caykoylu

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

caykoylu's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi.. I want be meta tag  title $article1['title'] variable. Sicripts is like http://www.makinahaber.com. Look at http://www.makinahaber.com My default meta tag title is Makina Haber .Com. e.g. I want change be  http://www.makinahaber.com/index.php?id=6 on click .My meta tag Title is my article title e.g. (article title :DELCAM PowerMILL “En iyi yazılım” ödülünü aldı)
  2. have a site.But I have a proplem about dynamic title. Site Title is static.so itsn't change every page. I want change meta tag dependent in article Title. Namely, I want be article Title = page meta title index.php code [code] .......................................... if (txt_direction == 'LTR')  {    echo '<html>';  }  else  {    echo '<html dir="rtl">';  }  echo '<head> <title>';  echo title;  echo '</title>        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=';  echo encoding;  echo '">        <META NAME="keywords" CONTENT="';  echo keywords;  echo '">        <META NAME="description" CONTENT="';  echo description;  echo '"> </head> ';  echo bodytagset;  echo ' '; ......................... [/code] main.php code [code] ................. if ($article1 = mysql_fetch_array ($result1))            {              echo '<font color="black"><b>.</b></font> <a href="index.php?id=';              echo $article1['id'];              echo '" STYLE="color:';              echo catlist_title_color;              echo '; font-family:';              echo catlist_title_font;              echo '; font-size:';              echo catlist_title_font_size;              echo '; font-weight:';              echo catlist_title_font_weight;              echo ';">';              echo $article1['title'];              echo '</a><br>';              continue;            }          }          echo '                        </td>                        <td valign="top">                                        '; ................... [/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.