Hi there,
for error-output i need the name of the actual function. Code may help understand my problem.
function foofighter(){
if(statement){
foo;
}
else{
echo("Error was in" . return_function ");
}
}
is there something like "return_function", maybe a variable or a command?
Thanks,
Whistler