I'm trying the following code, within the update behaviour - but there is an error (I'm not a coder!) and i'm not sure where:
$InsertQuery->execute();
if(isset(". $_SESSION['accesscheck'] .")) $InsertGoTo= "https://website.co.uk/". $_SESSION['accesscheck']."";
if(!isset(". $_SESSION['accesscheck'] .")) $InsertGoTo = "members/what.php";
if (function_exists("rel2abs")) $InsertGoTo = $InsertGoTo?rel2abs($InsertGoTo,dirname(__FILE__)):"";
$InsertQuery->redirect($InsertGoTo);
Cheers
Chris