Yes, yes, no problem. This is the code wich causes this error:
<form action="<?php echo $PHP_SELF ?>" method="post">
Enter <b>whois</b> query string: <input type="text" name="WhoisQuery">
<input type="submit" name="Submit" value="Submit">
</form>
Thx.