|
|
 |
January 23, 2010 |
| Shades Of Sporrelli |
 |
About me
|
Message Me
if (file_exists('photo/photo')) {
echo " | My Photo";
}
echo " | ";
echo "";
$handle = @fopen('cnt.txt', 'rb');
if ($handle) {
$cnt = @fgets($handle) + 1;
echo "Showcase Views [$cnt]";
fclose($handle);
$handle = @fopen('cnt.txt', 'wb');
if ($handle) {
@fputs($handle, $cnt);
fclose($handle);
}
}
?>
|
|
I write from the heart always, and mainly from the many journeys I have made through life. I hope all those who stumble across my work will be able to enjoy it in some way. |
|