how to add Keywords/Meta tag into PHP code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drujr
Forum Newbie
Posts: 17
Joined: Thu May 13, 2004 1:59 pm

how to add Keywords/Meta tag into PHP code?

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

not quite sure I understand but...

Code: Select all

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