[PHP] Mail() Problems in a heterogenous network

2001-02-26 Thread Parker, John (Snorkel)
Ok. Here's the situation: I'm running PHP on a Unix (SGI) box with Apache as a module running an Intranet web server (call it inside.mydomain.com). Sendmail is running on the machine. I'm on a network with a windows Mail server (MS. Exchange 5.5) with (I'm told) appropriate SMTP services runni

RE: [PHP] file storage/downloader...

2001-01-22 Thread Parker, John (Snorkel)
Or better yet, put the directory for each user outside the web tree. Then they can't surf to it. Store the filename and path in the database. Use fpassthru() to serve the file after going through authentication and sending the appropriate headers. This keeps your database from growing too much

[PHP] RE: Reading specific data from a .txt file into PHP

2001-01-16 Thread Parker, John (Snorkel)
Sounds like a great database application, actually. John Parker > -Original Message- > From: James Holloway [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 8:58 AM > To: [EMAIL PROTECTED] > Subject: Reading specific data from a .txt file into PHP > > Hi all, > > I'm a