I've written some code for a client with PHP and everything worked perfectly. All of a sudden th mail() funcion and all mysql_fuctions stopped working. There's no error messages but mail doesn't even attempt to reach the mail server and same with mysql. I've written other scripts since then and the functions work perfectly. Please help.
Jonathan Shahariw
Check...
a. if you are using localhost or some other host for mail and mysql
b. if localhost resolves correctly (on the shell prompt of that machine, you can do nslookup localhost)
HTH