View Single Post
Old March 8th, 2006, 10:54 PM   #18 (permalink)
nassau
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 73
Question A bit more help please

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

Last edited by nassau; March 8th, 2006 at 11:03 PM.
nassau is offline   Reply With Quote