Re: [PHP-WIN] Event Viewer Entries

2002-02-04 Thread Gary Pullis
Maybe the problem was that my question was at end of my last message. Does anyone know if there's an Eventmessagefile DLL in the PHP Win32 binary distribution? Gary Pullis wrote: > When I use the syslog() function under Win2K, I get the following from > Event Viewer: > >

[PHP-WIN] Event Viewer Entries

2002-02-01 Thread Gary Pullis
ted in the system registry. BTW, here is a great (and pretty short) read about event messages under NT/2K: http://www.johnjohnston.com/w2kevtlog.html Is there anyone who could confirm or deny the existence of an eventmessagefile dll for PHP? Thanks! -- Gary Pullis Supporting: Sage MA

RE: [PHP-WIN] Speed

2001-05-23 Thread Gary Pullis
Stopping and starting is supposed to be faster. You may want to read: http://phpbeginner.com/columns/jason/echo However, I tend to echo anyway because the code is much easier on the eyes. ;) As far as print vs echo, I have no idea. My guess would be that echo is faster, but I have nothing to ba