Hi tangoforce ...
Thanks very much for your quick reply.
The solution was so simple (if I knew how).
My code now reads:
PHP Code:
if ((isset($_GET['m'])) and ($_GET['m'] != '')) {
// this is validation routine
if($hashed == $_GET['m']) {
And I have no error messages.
At last I can sleep peacefully.
P.S. I won't ask you what
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.
means - AGAIN !!!
Thank you very much.