View Single Post
Old 02-09-2013, 03:24 PM   PM User | #6
countrydj
Regular Coder

 
Join Date: Nov 2011
Location: Preston, UK
Posts: 130
Thanks: 36
Thanked 0 Times in 0 Posts
countrydj is an unknown quantity at this point
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.
__________________
The MAN, The MYTH, The LEGEND:
John C
________________________________
Support your local Country Music Club
countrydj is offline   Reply With Quote