Top

PHP Code Snippets Tagged with title+php

  (2)  
Sort by 
This simple PHP function is pretty handy if you want your websites pages in the title without having to name individual ones. It will look like: Rate it, post comments :P
7 comment(s)   |   Score: 3.0   |   Language: PHP   |   Posted by jonesy44 on Apr 28, 2008
This is a very simple PHP snippet that will set $title, $meta_keywords and $meta_description for use in your page header. You'll need to create meta_tags.txt which will use this format: page_name.html|page
Tags: dynamic  keywords  meta  php  tags  title 
5 comment(s)   |   Score: 4.0   |   Language: PHP   |   Posted by Hawkee on Dec 10, 2007
Bottom