Tuesday, July 12, 2011

Fatal error: Cannot redeclare function()?

That means checkdnsrr is already a build in PHP function. PHP does not let you do that. Rename the function. But judging by your code the checkdnsrr() function build into PHP should do the job. Look at the link I put you in the sources. It goes to the PHP Manuel page corresponding to the function.

No comments:

Post a Comment