The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I ripped this code from the Freeola hit counter:
$content = "";
if (!$content) $content = "No content";
if(file_exists($content) == TRUE) {
$update = file($content);
$update = $formtext
} else {
$update = "No content";
}
$fp = fopen($content, "w");
fwrite($fp, $update); echo $update;
?>
Now, I think part of it doesn't work because of the fact that I'm trying to use text instead of integers. Am i right? Am I wrong? You tell me. Please.
BUT.
I'd just like to say that "Pocketmonkey and the kitchen of death" is pure genius.
I ripped this code from the Freeola hit counter:
$content = "";
if (!$content) $content = "No content";
if(file_exists($content) == TRUE) {
$update = file($content);
$update = $formtext
} else {
$update = "No content";
}
$fp = fopen($content, "w");
fwrite($fp, $update); echo $update;
?>
Now, I think part of it doesn't work because of the fact that I'm trying to use text instead of integers. Am i right? Am I wrong? You tell me. Please.