$ip = $_POST['ip']; $httpref = $_POST['httpref']; $httpagent = $_POST['httpagent']; $visitor = $_POST['visitor']; $visitormail = $_POST['visitormail']; $telephone = $_POST['telephone']; $country = $_POST['country']; $notes = $_POST['notes']; $service = $_POST['service']; $todayis = date(“l, F j, Y, g:i a”) ; $service = $service ; $subject = $service; if ( $service == “Patent – Life Sciences” ) { $mailto = “megerton@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “Patent – Physical Sciences” ) { $mailto = “pdavis@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “Patent – Chemistry” ) { $mailto = “mhorsburgh@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “Trade Mark” ) { $mailto = “pthompson@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “Design” ) { $mailto = “pthompson@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “Licensing” ) { $mailto = “mhorsburgh@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “Opositions and Disputes” ) { $mailto = “mhorsburgh@fak.com.au , mail@fak.com.au” ; } elseif ( $service == “General” ) { $mailto = “mhorsburgh@fak.com.au” ; } $notes = stripcslashes($notes); $message = ” $todayis [EST] \n Service: $service \n Message: $notes \n Telephone: $telephone \n Country: $country \n From: $visitor – $visitormail \n “; $from = “From: $visitormail \r\n”; mail($mailto, $subject, $message, $from); ?>

Date: Thank You : ( ) Service: Message: “, $notes); echo $notesout; ?>