| px | top | add code | search | signup | login | help |
<?
// Auto-Meta v1.4.20 By Ryan Hunt (Nayr of Nayr Productions)
//
// Easialy and instantly update all your meta tags. Could be modified to
// be a footer script or something along that line.
//
// instructions: put this code where your META Tags would normaly go
// (in the <head> of the document) and create 2 ASCII Text files
// keywords.txt and description.txt, then put your keywords and
// description in the txt files
//
// Thanks to: #PHP@Effnet and Maddog2030
//
// Nayr Dot Com offers quality webhosting that supports PHP3 and
// is planning on fully supporting PHP4 when it becomes avilable
// check out http://www.Nayr.com for more info.
//
// FREE TO USE AND MODIFY, Nayr Productions or its afiliates
// accept NO responsability for any actions this program may do.
// feel free to email me your modifications to nayr@nayr.com
// i give full credit to those who contribute and none to those
// who take credit for my work. Have a nice day :-)
function mt_description() {
print "<META name=\"description\" content=\"";
$read_des = readfile("description.txt");
print "\">";
} function mt_keywords() {
print "<META name=\"keywords\" content=\"";
$read_key = readfile("keywords.txt");
print "\">";
}
mt_description();
mt_keywords();
?>
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.