Page 1 of 1

how to add Keywords/Meta tag into PHP code?

Posted: Mon May 24, 2004 2:49 pm
by drujr
How do I add keyword meta tags to php modules? Sorry I'm a newbie with this. Any help is greatly appreciated.

Thanks for your time
Dave

Posted: Mon May 24, 2004 3:00 pm
by feyd
not quite sure I understand but...

Code: Select all

echo '<meta name="keywords" content="word1, word2" />';