[PHP] 404 handler

2001-01-22 Thread Dieter Kneffel
Currently I use customized pages for 404 error handling. Problem is, even if my HTML page is sent, the header still contains the '404 not found' How can I avoid an '404 not found' header to be sent? I want a normal page to show up without having sent the usuall 404 header. Thanks, dk --

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
he header doesn't work if e.g. the email is sent to multiple receipients or as Bcc. I also got some emails where this information was completely missing. It works only as long as there is only one To: receipient and no Bcc or other stuff... Thanks, dk > > -Original Message

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
l: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
Bryne Jørg Vidar wrote: > > If you set it up so that every incoming mail to your domain ends up in one > account, ... Well, just this is my problem: I don't have an account for every possible address. I don't know the address yet before it arrives at our server! - dk -- PHP General Mailing L

[PHP] PHP makes sexy!

2001-01-10 Thread Dieter Kneffel
Well, now that I finally got your attention, you perhaps might be able to help me! Just wondering why nobody ansered yet: Is my question to hard to understand or is the issue to complicated??? --- original message --- Please help! Perhaps you have an idea what to do

[PHP] HELP HELP! PLEASE! Interfacing EMail to PHP

2001-01-10 Thread Dieter Kneffel
> Please help! Perhaps you have an idea what to do: > > I want to get information directly from sendmail, > like the body of the message and, very important, > the receipients address. > > So if someone sends an email to [EMAIL PROTECTED] > I want to see who it was sent to. > > Currently I am u

[PHP] HELP! PLEASE! Interfacing EMail to PHP

2001-01-09 Thread Dieter Kneffel
Please help! Perhaps you have an idea what to do: I want to get information directly from sendmail, like the body of the message and, very important, the receipients address. So if someone sends an email to [EMAIL PROTECTED] I want to see who it was sent to. Currently I am using a script