$fulldir = dirname(__FILE__);
$dirarray = explode('/', $fulldir);
if(count($dirarray) <2) $dirarray = explode('\\', $fulldir);
$thisdirlength = count($dirarray);
$thisdir = $dirarray[$thisdirlength-1];
$scriptpath = str_replace($thisdir,'',$fulldir);
//include ($scriptpath."/header.php");
include ("../header.php");
?>
Registrati a Camerota Annunci!!
Una volta registrati, si puo elencare tanti annunci classificati come lo si desidera. La parte migliore e, Niente di tutto questo verra a costare a voi o la vostra azienda un centesimo!
0 )
$error[] = "Email is already registered to another user!";
mysql_free_result($result);
//----------------------------------------------------------
if ( count($error) == 0 ){
if (!mysql_query("INSERT INTO clientsignup VALUES (NULL,'".$clientid."','".$_POST['name']."','".$_POST['email']."','".$_POST['password1']."','".$_POST['agree']."','n',NOW(), NOW())") )
die("Error inserting data into database: ".mysql_error());
mysql_close($db);
$name = $_POST['name'];
$email = $_POST['email'];
showdone($clientid,$name,$email); die();
// exit;
}//End If ( count($error) == 0 ) - from verifying this is a non-used email
}//End if (count($error) == 0 ) - from validating email address and password
}//End if ( $_POST['B1'] )
?>