Forum Moderators: coopster

Message Too Old, No Replies

Title, description, and meta-tags

How to write in index.php

         

stu2

10:09 am on Jun 26, 2006 (gmt 0)

10+ Year Member



How do I write title, description, and metatags to an index.php file?

alce

3:28 pm on Jun 26, 2006 (gmt 0)

10+ Year Member



You can go out of php and just write standard html or you could have php echo the tags for you:

echo "<title>Some title</title>";