Hej
er der nogen, der kan hjælpe mig med at få dette til at sende tidspunktet
istedet for bare time() ?
<?php
setlocale ("LC_TIME", "DK");
include("dbconnect.inc");
$insertSQL = sprintf("insert into ti_anmeld (kontrol_landsdel, kontrol_tid,
kontrol_placering) values ('%s', '%d', '%s')", addslashes($landsdel),
time(), addslashes($placering));
mysql_query($insertSQL);
mail ("anders@thingholm.dk",
"XXXKontrol Anmelding",
"Landsdel: $landsdel
Tidspunkt: time()
$placering",
?>
|