- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. május 2. 21:34
Subject: [PHP] Strange behaviour of mktime() in objects
> Hi folks,
> I have to make several conversions from / to timestamp (seconds in the
> UNIX-Epoche)
> h
Hi folks,
I have to make several conversions from / to timestamp (seconds in the
UNIX-Epoche)
here you see two snippets of my code
File1 the testfile
setTimeStamp($wert);
?>
File2 the Classfile
";
}
$this -> TS = mktime(12,00,00,$pieces[1],$pieces[3],$pieces[0]);
echo "T
2 matches
Mail list logo