I need to find out how to see if a function has already been declared. eg,
<?php function chicken($turkey) {
echo $turkey;
}
?>
So can anyone help?http://ca2.php.net/manual/en/function.function-exists.phpThanx for that, geez im supprised i didnt find that.... :|