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!
In Windows XP/iiS, if you edit the php.ini; let us say error_reporting turn on from off. Will take effect immediately? Incase not, should I restart the whole pc or the service only? Tnx for help...
Follow up: i was able to use localhost iis/smtp server in mail(). Unfortunately, when i got back to my pc i can no longer send. Im sure with my code. Is there a setting on how I can send again using my iis' default smtp? Tnx!
Could you explain a bit more? Did you change the value for the smtp server and it stopped working? Did localhost work as the value and then, for no explicable reason stop working?
I am using XP/iiS5.01 and was testing mail(). I was able to send some email to my inbox. The value of SMTP on my php.ini was localhost and i commented out the mail_from. Then when I got back again to test my script, i no longer works. Is there a setting in php.ini or iis or smtp to be able for me send again? Please help me. tnx!