Baby Alert
/* */ $day = 13; // Day of the countdown $month = 4; // Month of the countdown $year = 2005; // Year of the countdown $hour = 00; // Hour of the day $event = "bebin kommer"; //event $calculation = (time(void) - mktime ($hour,0,0,$month,$day,$year))/3600; $hours = (int)$calculation; $days = (int)($hours/24); if ($_REQUEST["action"] == 'skicka') { $axFpath = "/home/userB/b0294700/public_html/axbom.se/files/babyalert.csv"; $fnamn = $_REQUEST['fnamn']; $enamn = $_REQUEST['enamn']; $mobil = $_REQUEST['mobil']; $epost = $_REQUEST['epost']; if (substr($mobil,0,2) == '07') { $mobil = substr($mobil,1); $mobil = '0046' . $mobil; $mobil = str_replace('-','',$mobil); $mobil = str_replace(' ','',$mobil); } $skrivrad = "$mobil;$fnamn;$enamn;;$epost\n"; $axHandle=fopen("$axFpath","a"); fwrite($axHandle, $skrivrad); fclose($axHandle); mail("per@axbom.se", "BabyAlert", "$skrivrad"); echo "
Tack $fnamn. Du kommer meddelas när bebin kommer. Du angav mobilnummer $mobil och e-postadress $epost.
“;
}
else
{
?>
Vi är dagar över tiden (13 april). Anmäl dig snarast för att få e-post och/eller sms när bebin kommer!