PHP: Call to undefined function...?

  • Thread starter Thread starter Chris B
  • Start date Start date
C

Chris B

Guest
I have a casein my php script... like this:
'case "managebans":
include("./includes/ban.php");
deleteban();
break;'
When I click on the link that points to that case, I get 'Call to Undefined function deleteban()'
Yet, I'm looking in the ban.php, and there IS a deleteban() function... is there something I'm overlooking?
 
Back
Top