Undefined
By: --- | Date: Apr 12 2007 07:23 | Format: PHP | Expires: never | Size: 435 B | Hits: 1502
- <html>
- <head>
- <title>Klok in PHP</title>
- </head>
- <body>
- <?php
- $seperator =":";
- $red = $hour / 24 * 255;
- $green = $minute / 60 * 255;
- $blue = $second / 60 * 255;
- echo "<font color="$red$green$blue">$hour$seperator$minute$seperator$second</font>n";
- ?>
- </body>
- </html>
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago