PHP megatag script problem

T

thecooleasy

not sure what site scipt done wrong.
ONE major tag and descirption showing up on site for thousands of pages.
:(

see anything wrong in my php


<title><?php echo $page_title;?></title>
<base href="<?php echo $script_url;?>/">
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo
$langx['charset']; ?>">
<meta name="keywords" content="<?php echo $meta_keywords; ?>">
<meta name="description" content="<?php echo $meta_description; ?>">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top