|
|
');
define('ESPAN', '');
define('STYLE', 'style="font-family: sans-serif; font-size: 10pt;"');
$date=date("m-d-Y : H:i:s");
//user submitted his request
if($Submit)
{
$dup=Query("insert into isllc_partners (fname, lname, company, email, phone, date) values
('$fname', '$lname', '$company', '$email', '$phone', '$date')", "result");
if($dup==2) //dup entry error, user is already a partner
{
echo 'It seems that you are already a partner. If you are having trouble logging in, please contact us.'; } else { //now that the parter info has been added to the DB, email info@ to inform us of the request. $headers = "FROM:webmaster@integratedsolutions.org\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=us-ascii\r\n"; $subject="ISLLC New Partner Request"; $buffer="The following has requested to become a ISLLC Partner: \n Name: $fname $lname \n Company: $company \n Email: $email \n Phone: $phone \n Date: $date"; mail("info@integratedsolutions.org" , $subject , $buffer , $headers); echo SPAN.'Your request has been submitted. You will recieve an email from us as soon as your request has been processed. The email will contain your Login ID and Password. We strongly suggest you change your password the first time you log in. Thank you for your interest in becoming a ISLLC partner. '; unset($Submit); } } ?>
|
|
Like our web site? Phone -
719-495-5866,
info@integratedsolutions.org
This site was last modified: Our Web Site is hosted by:
This Web site requires JavaScript enabled
|