Quote:
|
Originally Posted by Chuck S showproduct.php |
Hi Chuck
This is what i've got:
headtags.php
CHMOD: 666
Path: /home/username/public_html/reviews/headtags.php
fine so far...
headtags.php :
<?
if ( THIS_SCRIPT == "showproduct" ) {
echo <<<PPPRINT
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
PPPRINT;
}
?>
On the top left side of index appears : PPPRINT; } ?>
and in view source the whole (headtags.php) code above.
I could really do with some help on which variables i need to grab.
Thank you ver much