<?php require "keywordgen.php"; echo <<<EOF <html> <head> <title>Webcreationz - Keyword Generator</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="author" content="Webcreationz - web design and development"> <meta name="Email" content="hide@address.com"> <meta name="description" content="Webcreationz - Keyword Generator"> <meta name="keywords" content="search engine, keyword generator"> <meta HTTP-EQUIV=Expires CONTENT='Mon, 01 Jan 1996 01:01:01 GMT'> <meta HTTP-EQUIV=Pragma CONTENT='No-Cache'> <link rel=stylesheet type="text/css" href="./keywordtest.css"> </head> <body> $pagecontents<p><p> Script by Chris Green - <a href="http://webcreationz.recalldigit.co.uk" class=mainlink>webcreationz.co.uk</a> </body> </html> EOF; ?>