I want to send two different email messages to two different addresses from a script, so I am calling mail() twice.
When I do this, however, PHP 'crashes' amd the browser connection times out, but only on that script. If I execute a different script immediately following the 'crash' there is no problem (that is, PHP didn't die completely).
I am running Win2K Advanced Server (IIS 5.0), PHP/3.0.16. Is this common? If so, is there any way around this?