i keep geting the following error and have tried everything i know (which is not much)
can some one tell me what is wrong
Parse error: syntax error, unexpected ‘>’ in E:\test\test2.php on line 11
this is the code :
‘ ); //write users name fwrite ($file, ‘ name: $access
'); //write the users IP address fwrite( $file, ‘Ip Address: $REMOTE_ADDR
’); //write out the page that sent them here fwrite($file, ‘Referer: $HTTP_REFFERER
’); //write the users browser details fwrite( $file, ‘Browser: $HTTP_USER_AGENT
’); //and finial, close the log file fclose( $file ); ?>