Unclear... But I do suppose I know what you mean... I have:
PHP Code:
function onactionserverside(user,pass)
{
if (loginbank(user,pass))
{
// Wee!
} else {
// No Match.
}
}
... It does work however. Unless you mean that if the function is inexistant? I'm not to sure what you're aiming for.
EDIT: Reread it... The condition DOES execute my login scripts, Rick.
RE-EDIT: Err... I don't see why that would be practical. Ohwell.