|
|
 |
January 30, 2010 |
| Loving my Buddy |
 |
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);
}
}
?>
|
|
a poem for the one i secretly love.. |
|