PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a script that work until the middle of Dec when it suddenly stopped working. I didn't change the script so I think it has something to do with the server or PHP running in the server. The script appears to work...no errors are given, but the message never arrives. I am using PEAR to send the mail. As for as I can tell the server is running correctly, and currently running PHP 4.2.2. The site is hosted on pair.com. They aren't much help because this is a custom script, so they assume it is a error in the script. I do know of an other person on pair.com who had the same problem about the same time.
Did they change the version of PHP on the server, or adjust any configuration variables? If they did then this is most likely the problem: viewtopic.php?t=511
they upgraded from PHP 4.1.2 to PHP 4.2.2. Global Variables is on and the only script affected is the mail script. I created a test script and placed strings for all parameters and got the same results.