|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-09 20:02 UTC] Theo dot Schoeberl at tssystems dot de
[2001-01-10 01:49 UTC] david@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 23:00:01 2025 UTC |
Dear Sirs, the following script: <?php echo ("<hr noshade align=left>\n"); echo ("Created on demand for "); echo ($REMOTE_ADDR."("); echo (gethostbyaddr($REMOTE_ADDR).")"); echo (" at "); echo (date("d.m.Y, H:i:s")." ["); echo ("<b><a style=\"color: black;\" href=\"http://www.swatch.com/internettime/beatnik_fs_watches.html\""); echo (" Target=\"_blank\""); echo (" onMouseOver=\"flag('Internet Time');return true;\""); echo (" onMouseOut=\"nd();return true;\""); echo (">@".date("B")); echo ("</a></b>]<br><br>");?> produces the following output: Created on demand for 62.132.129.140(WRKNT1SHB) at 10.10.2000, 01:43:12 [@000] The internet time is not the right one at the moment (German time). Best regards, Theo Sch?berl