View Single Post
  #2  
Old 05-18-2005, 01:02 AM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
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.
__________________
In a world of change... Who'll you believe?
Reply With Quote