CODE
/*-------------------------------------------------------------------------*/
// Write to document
/*-------------------------------------------------------------------------*/
function do_output($sess)
$f = fopen("text_file.txt");
fwrite($f, $sess['member_name'], $sess['ip_address'], $sess['timestamp']);
fclose($f);
// Write to document
/*-------------------------------------------------------------------------*/
function do_output($sess)
$f = fopen("text_file.txt");
fwrite($f, $sess['member_name'], $sess['ip_address'], $sess['timestamp']);
fclose($f);
I'm a complete newbie to php so please be easy on me
Thanks in advance
***wanted to add that I can't babysit the board 100% of the time so this will help tons.