| more digging in the forums
I found this:
--------------------------------------------------------------------
ChuckS: "Well you'll probally need to make your headtags file a php file and do something like this
<?
if ( THIS_SCRIPT == "showphoto" ) {
echo <<<PPPRINT
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
PPPRINT;
}
?>
-------------------------------------------------------------
then more by ChuckS: "Open showphoto and and grab the variables and replace my examples (above) with the proper ones. My posts are guidelines to follow not the hack. Remember this is a how do I forum not write me a hack forum."
-----------------------------------------------------------
|