![]() |
|||||
|
|
|
||||
|
Course Registration Form if ($first_name != "") { // check if the image has been clicked to send mail //send email to the admin@cyberkenya.com to inform him that someone //wishes to place booking for class $mailsubject="Registration information placed on Cyberkenya.com" ; $mailto="admin@cyberkenya.com"; $mailheaders = "From: $email\n" ; $mailheaders .= "Cc: \n" ; $mailheaders .= "Bcc: \n" ; $mailheaders .= "X-Mailer: PHP3 Mail Function on Apache/BSD\n"; $mailheaders .= "Reply-To: $email\n" ; $mailheaders .= "Return-Path: $email\n"; $mailheaders .= "Error-To: $email\n"; //then setup the actual message $msg = "You are receiving this message as a result of a visitor placing a \n"; $msg .= "booking through your site.\n\n"; $msg .= "The following is the information that the person provided: \n\n"; $msg .= "Name $first_name $last_name \n"; $msg .= "Job Title $job_title \n"; $msg .= "Company $company \n"; $msg .= "Postal Address $address \n"; $msg .= "City $city \n"; $msg .= "Country $country \n"; $msg .= "Postal Code $postalcode \n"; $msg .= "Phone $telephone \n"; $msg .= "Fax $fax \n"; $msg .= "Email Address $email \n"; $msg .= "This is how i learnt about CyberNetworks $heard $heard1\n"; $msg .= "Would I like to receive electronic mail from Cybernetworks?\n"; $msg .= "$radiobutton \n"; $msg .= "The following are the courses i am interested in \n\n"; $msg .= "Microsoft Office User Specialist (MOUS) Courses: \n"; $msg .= "Excel: $excel \n"; $msg .= "MS Word $word \n"; $msg .= "Access $access \n"; $msg .= "Publisher $publisher \n"; $msg .= "Project $project \n"; $msg .= "Power Point $powerpoint \n"; $msg .= "Front Page $front_page \n"; $msg .= "Internet Explorer $internet_explorer\n"; $msg .= "Complete Office Suite $complete_office_suit\n\n"; $msg .= "MicroSoft Certifications\n"; $msg .= "Microsoft Certified Professional - MCP $mcp \n"; $msg .= "Microsoft Certified Systems Engineer - MCSE $mcse \n"; $msg .= "Microsoft Certified Systems Developer - MCSD $mcsd \n"; $msg .= "Microsoft Certified Database Administrator - MCDBA $mcdba \n"; $msg .= "Microsoft Certified Systems Administrator - MCSA $mcsa \n"; $msg .= "Microsoft Certified Systems Developer (Web Designer) - MCSD $mcsdwb \n\n"; $msg .= "Compaq Certifications\n"; $msg .= "Compaq Accredited Compaq Technician - ACT $act \n"; $msg .= "Compaq Accredited Systems Engineer - ASE $ase \n\n"; $msg .= "CompTIA\n"; $msg .= "A PLUS Certification - A+ $aplus \n"; $msg .= "Network Plus Certification - N+ $netplus \n"; $msg .= "I-Net Plus Certification - I + $inetplus \n\n"; $msg .= "CISCO Certifications \n"; $msg .= "Cisco Certified Network Administrator - CCNA $ccna \n"; $msg .= "Cisco Certified Network Professional - CCNP $ccnp \n"; $msg .= "Cisco Certified Design Associate - CCDA $ccda \n"; $msg .= "Cisco Certified Design Professional - CCDP $ccdp \n"; $msg .= "Cisco Certified Internetwork Engineer - CCIE $ccie \n\n"; $msg .= "Oracle Certifications \n"; $msg .= "Oracle Certified Professional - Database Administrator -DBA $oracledba \n"; $msg .= "Oracle Certified Professional - Developer/Application Track $oracledev \n\n"; $msg .= "Others \n"; $msg .= "Lotus Notes Professional $lotus \n"; $msg .= "Linux - Red Hat Certifications $linux\n\n"; $msg .= "Others \n"; $msg .= "Lotus Notes Professional $lotus \n"; $msg .= "Linux - Red Hat Certifications $linux\n"; $msg .= "SCO UNIX Certifications $scounix \n\n"; $msg .= "Consultancy \n"; $msg .= "Implementation of Networks $implenetworks \n"; $msg .= "Software/Web Development $softweb\n"; $msg .= "E- Commerce Solutions and Intranets $ecommerce\n\n"; $msg .= "Other $others \n\n"; $diditgo=mail($mailto, $mailsubject, $msg, $mailheaders); if ($diditgo==true) { ?>
|
|||||