Page is a not externally linkable
TravelMan - 1:13 pm on Nov 24, 2004 (gmt 0)
Yes I'd checked to see if the array existed, and checked the form action of the sending page was set to POST. This unlocked it. No connectin to Database (hangs head in shame) How did I miss this? Sigh... I'd failed to include the require "../dbconn.php"; line in an if condition of the script. Feel like a right plonker now! Thanks very much for all your help, :) its very much appreciated.
> Try print_r($_POST);
> if(!$advcresult) die(mysql_error());