Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-17 Thread riese
Hi Markus, Markus Mayer wrote: [MTA in chroot()'d env] Yes, I'm afraid it requires an MTA. Maybe it's a risk, but unsing PHP (or general non-static webpages) generally is a potential security risk # Dan Bernstein, the author of qmail will pay you 1000$ if you exploit qmail. The offer stands sinc

Re: [PHP] Exporting data from database using fopen

2004-08-13 Thread riese
Hi Vern, Vern wrote: Sorry the previous post got sent prematurely. this one, too. # It does work, however, the problem is in the fwrite($fp, "$rsITEMS->Fields('item_id')\n"); I KNOW, this was the 2nd change in my code-sniplet ;o) what gets written to the file is exactly "$rsITEMS->Field

Re: [PHP] Exporting data from database using fopen

2004-08-13 Thread riese
tem_id')."\n"); $rsITEMS->MoveNext(); } fclose($fp); }else die("EXCPETION fopen(w)"); does it help? riese -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php