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!
When we were using PHP version 4 I have no error but once we moved over to version 5, I received this error, Fatal error: Call to undefined function getmxrr()on this code $ok = getmxrr(substr(strstr($check[0], '@'), 1), $dummy); . How do I fix this?
Thanks on the response. I'm guessing the reason it was working before is that the web server used to be on a unix box now they moved it to a Windows box. I may haved this question before...perhaps during when I was testing the script on a windows box...but if I remember correctly that was around a year or two ago. Many thanks for your patients but how do I fix this error? I'm guessing that I can not use this method under Windows, correct?