> i'm getting a "fatal error: call to undefined function: key_exists()" > > what does that mean? do i need to define that above?
Another way (besides the key_exists & array_key_exists() switch-a-roo) is with isset() see: http://www.php.net/manual/en/function.isset.php I really like the word "switch-a-roo" for some reason. Ryan ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
