Re: [PHP] Automatic incoming mail notification

2001-02-02 Thread Nicolas Windpassinger - Sun
Hi guys, ok I have had the same problem, what you need to do, If i correctly understood, is go in the /etc/mail/aliases file, then write there: you: "| /path/to/your/script.php" and your script will begin by: #!/path/to/php/as/a/shell How this works is: send an email to [EMAIL PROTECTE

Re: [PHP] How to attach files with mail

2001-01-22 Thread Nicolas Windpassinger - Sun
HI all, 1. mime_mail -- it is true that this class is just great, here is what i have done with it: $mail=new mime_mail; $content_type="application/octet-stream";

Re: [PHP] Easy MySQL question

2001-01-11 Thread Nicolas Windpassinger - Sun
Joseph, here it is: Number of manpages in db: hope that's what you were looking for, Nicolas. "Paulson, Joseph V. \"Jay\"" wrote: > > Hello everyone-- > I've got a easy question that I can't seem to answer for myself. I'm > running a query in MySQL and want to know how m