what does following message mean: Fatal error: Call to undefined function validip () in 
asked by Not Registered on 6 November 2008 0:37
can you please explain what needs to be done to view the web site or what the issue above means?
Answers
your php code calls a function which does not exists. It´s name is "validip". Open all your php files and look for "function validip(", perhaps you just have misspelled it and it should be "valid_ip". Or you have to include a php file, in which the function is defined.
answered by Not Registered on 6 November 2008 9:28
- PHP Fatal erro, Not Registered


















