Do I have to delcare getmxrr() function to use it?
Posted: Thu May 27, 2004 11:19 am
I received this error:
Fatal error: Call to undefined function: getmxrr() in \\suf\wwwroot$\alumni\regComplete.php on line 157
on this line:
$ok = getmxrr(substr(strstr($check[0], '@'), 1), $dummy);
Is this incorrect? Do I have to declare the getmxrr() function to really use as above? The weird thing is I was able to run this page fine under PHP 4.0.6 with an Apache webserver. This time I ran it under an IIS 6.0 webserver with PHP 4.3.6.
Any suggestion is much appreciated.
ljCharlie
Fatal error: Call to undefined function: getmxrr() in \\suf\wwwroot$\alumni\regComplete.php on line 157
on this line:
$ok = getmxrr(substr(strstr($check[0], '@'), 1), $dummy);
Is this incorrect? Do I have to declare the getmxrr() function to really use as above? The weird thing is I was able to run this page fine under PHP 4.0.6 with an Apache webserver. This time I ran it under an IIS 6.0 webserver with PHP 4.3.6.
Any suggestion is much appreciated.
ljCharlie