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'] ) ?>
0 ){ $msg = join("
", $error); print ""; } ?>
$msg
Nome:
Email:
Password:
Retype Password:
  Accetto termini.
 

\n"; $Message1 .= "Welcome to $sitename.
\n"; $Message1 .= "Please confirm your account by clicking on the link below.
\n"; $Message1 .= "$webpath/classifieds/Member_Admin/confirm.php?email=$email&clientid=$clientid

\n"; $Message1 .= "You can also view details at the following link.
\n"; $Message1 .= "$webpath/classifieds/Member_Admin/index.php

\n"; $Message1 .= "Thanks Again,

\n"; $Message1 .= "$Fromname
\n"; $headers1 .= "MIME-Version: 1.0\n"; $headers1 .= "Content-type: text/html; charset=iso-8859-1\n"; $headers1 .= "X-Priority: 1\n"; $headers1 .= "X-MSMail-Priority: High\n"; $headers1 .= "X-Mailer: php\n"; $headers1 .= "From: ".$Fromname." <".$Fromemail.">\n"; // Now we send the message $send_Acheck=@mail($email,$subject,$Message1,$headers1); print ("Thank you for signing up!.
"); print ("An email has been sent to $email."); include ("../footer.php"); } include_once("../footer.php"); ?>