Proud to announce OSArea.net, my newest site ![]()
Here is a nice code which flips a webpage, nice for joke ![]()
<style type="text/css">
body { filter: fliph flipv };
</style>
First, save this file as functions_copyright.php:
<?php
# [FUNCTIONS_COPYRIGHT.PHP]
# © Jan Marques, 2007
#
function copyright($naam, $jaar, $sitelink = NULL)
{
$nu = date(“Y”);
if (empty($sitelink))
echo “© ” . htmlentities($naam) . “, ” . $jaar . “ - ” . $nu;
else
echo “© <a href=\”” . $sitelink . “\” target=\”_blank\”>” . htmlentities($naam) . “</a>, ” . $jaar . “ - ” . $nu;
}
?>
then, on the page where your footer is, put
include(“functions_copyright.php”);
and on the place you’d like to show it
copyright(“Your Name “, “Startyear", “http://www.sitelink.com”);
or
copyright(“Your Name “, “Startyear”);
if you don’t have a site
A small collection of scripts I made in my php-learning-project can be found here
And welcome phpBB Jobs
Where is it going with the administration of this wonderful peace of software??
Hope the new management will have another view on those things!
Hmm, swimming, not one of my favourites ![]()
Today I swam (correctly written
?) 400 meters in 8 minutes 24 seconds.
That’s an average speed of 2,8571428571428571428571428571429 km/h, which is faster then it seems
Anyway, after that I was - understatement - tired
Next year next episode!
Yep,
finally, server change
Now, we’re on a very fast server, so all sites just load fine again ![]()
Recent Comments