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.
if(isset($updatetext))
{
$fp=fopen($filename, "w");
fwrite($fp, $updatetext);
}
?>
To update a variable called "frontpage.data". I've used exactly the same on another site, but it doesn't seem to be working for this one. This will create the variable too, right? That's what it did before.
if(isset($updatetext))
{
$fp=fopen($filename, "w");
fwrite($fp, $updatetext);
}
?>
To update a variable called "frontpage.data". I've used exactly the same on another site, but it doesn't seem to be working for this one. This will create the variable too, right? That's what it did before.