zep - 2005-10-26 14:52:34
Hello,
Sorry for asking that (I'm shamed) but I would like to print (or echo) the keywords but can't do at all.
What I do in my testcreferrer.php page:
--------------
<?php
require_once (dirname(__FILE__)."/creferrer.class.php");
?>
<html>
<head>
</head>
<body>
<?php
$referrer = new CReferrer ();
print $referrer->getKeywords;
?>
</body>
</html>
-----------------
Where is the problem ?
Many thanks
Marc