On Tue, 2003-03-11 at 11:41, Michael Ryan Byrd wrote: > You have an older version of php. Try array_key_exists() instead of key_exists()
That still won't work. The function array_key_exists() is available from 4.1.0 on, and key_exists() from 4.0.6 on (even though it has officially been renamed array_key_exists()). He'll need to use isset. Steve ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
