>- see footer for list info -< dateNow() isn't a function, try now() Cheers,
----- Original Message ----- From: "Paul Swingewood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 4:59 PM Subject: RE: [CF-Dev] cheap & cheerful > >- see footer for list info -< > Sorry about that its late in the day and my head hurts .... > > I have this .... > > <!--- Log Visitors ---> > > <CFSET address = cgi.remote_addr> > <CFSET referer = cgi.http_referer> > <CFSET page = cgi.script_name> > <CFIF NOT LEN(referer)> > <CFSET referer = "unknown"> > </cfif> > <cffile action="Append" > file="e:\inetpub\wwwroot\store\visitorlog.txt" > output="#lsdateformat(datenow(), dd-mm-yyyy)# IP Address - #address# > Refering Page - #referer# Page Viewed - #page#"> > > > Still doesn't write to the visitorlog.txt file though :( > > > _______________________________________________ > > 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 -< _______________________________________________ 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 -<
