- see footer for list info -<
Paul Swingewood wrote:
- see footer for list info -<
Thanks for all that all taken on board and now I have this ...
<cfoutput>
<cfsavecontent variable="thisOutput">
#lsdateformat(now(), "dd-mm-yyyy")# IP Address - #cgi.remote_addr# Refering Page - #IIF(Len(cgi.http_referer),DE(cgi.http_referer),de('unknown'))# Page Viewed - #cgi.script_name#?#cgi.query_string#
</cfsavecontent>
</cfoutput>
<cfif FileExists("e:\inetpub\wwwroot\store\visitorlog.txt")>
<cffile action="Append"
file="e:\inetpub\wwwroot\store\visitorlog.txt"
output="#thisoutput#">
<cfelse>
<cffile action="Write"
file="e:\inetpub\wwwroot\store\visitorlog.txt"
output="#thisoutput#">
</cfif>
Still isn't writing anything to the directory .... :(
Are you getting an error message?
--
Registration for MX Europe 2005 is now open. http://www.mxeurope.org/go/registration
Early bird discounts available.
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo
-- CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -< - Forum provided by www.fusetalk.com -< - DHTML Menus provided by www.APYCOM.com -< - Lists hosted by www.Gradwell.com -< - CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
