simple META desc & keywords generator
PHP Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.0 |
| Scores Submitted | 1 |
| Date Added | Apr 08, 2007 |
| Last Updated | Jul 29, 2007 |
| Tags | decsription generator keywords meta |
Introduction
1. Copy snippet and save to meta.php
2. First line of the snippet set value $file to the path of the file you wish to read from and save.
3. Upload to public directory.
4.simply add the following to the head element of every page you want the META to appear on.
| Code: |
| <?php include("meta.php") ?> |
PHP Snippet:
simple META desc & keywords generator
Posted on Apr 9, 2007 3:54 am
Posted on Apr 9, 2007 3:54 am
Interesting snippet. Might be nicer to take the meta tags from a database and include a meta tag editor that writes to the database.
PHP Snippet:
simple META desc & keywords generator
Posted on Apr 9, 2007 5:08 am
Posted on Apr 9, 2007 5:08 am
cool idea, will have a go at doing that, thanx for the input :)




