 
require( "vars.php" );
function displayHeader( $title = "" )
{
global $ADVT_NAME, $PAGE_BG_COLOR, $PAGE_BG_IMAGE;
echo "\n\n";
echo " \n";
echo "$title\n";
echo "\n";
echo "\n";
echo "\n\n";
echo "\n\n";
echo "\n";
}
function displayFooter()
{
echo "\n";
echo "\n";
exit;
}
function error( $error )
{
echo "Er is een fout opgetreden: $error\n";
echo " Terug naar het contactformulier. \n";
exit;
}
function sentMail( $from, $to, $subject, $body )
{
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=ios-8859-1\r\n";
$headers .= "From: {$from}\r\n";
$result = @mail( $to, $subject, $body, $headers );
if( $result ) return true;
else return false;
}
function sentMaill( $from, $too, $subject, $body )
{
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=ios-8859-1\r\n";
$headers .= "From: {$from}\r\n";
$result = @mail( $too, $subject, $body, $headers );
if( $result ) return true;
else return false;
}
?>
U kunt mij een e-mail sturen door onderstaand formulier in te vullen of u kunt mij ook bereiken via de post of telefonisch via: 06-43019956. |