Please post the complete error..
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'." in what file ? What line number ?
DOH! ok, I think I missed a semi-colon in my example.. also, short PHP open tags may not be enabled on your server, so a slight change.
| Code: |
<meta name = "keywords" content = " blah blah blah <?php echo $keywords;?>
<meta name = "description" content = "<?php echo $gl[SiteTitle] .'blah'.$keywords; ?>
. . . . . . . . .
<title>
<? echo "$gl[SiteTitle]";
echo ' '. $keywords;
?>
|
I edited the above post as well, just to avoid confusion.
If that doesn't help, please post the complete error.