I'd just like to interject here that I execute php code from cron and I do not have php compiled as a cgi. I use lynx. Here is a sample of what I'm doing to e-mail a weekly newsletter to a membership database:

#!/bin/sh
LYNX_TEMP_SPACE=/tmp
TMPDIR=/tmp
TERM=vt100
lynx -dump http://localhost/WFCC/mail_ltrs.php


-- --------------------------------------------------------------------- Scott Holmes http://sholmes.ws http://pages.sbcglobal.net/scottholmes [EMAIL PROTECTED]

  Independent Programmer/Analyst                  Passport 4GL
  PHP HTML Composer                PostgreSQL     Informix 4GL, SQL
---------------------------------------------------------------------
      There are more things in heaven and earth, Horatio,
             than are dreamt of in your philosophy
---------------------------------------------------------------------


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to