On Sat, 2005-03-26 at 11:43, Johan van Zyl wrote: > Fatal error: Call to undefined function: ibase_fetch_assoc() in > /home/e-smith/files/ibays/Primary/html/html/untitled17.php on line 209 > > How do I slove this? Perhaps you haven't updated for a while, so you don't have this function in your PHP version. This is a note on the ibase_fetch_assoc() manual page saying: " If your php is older than version 4.3.0, you can use the following: $arr_record = get_object_vars(ibase_fetch_object($sql_result)); which is the same as: $arr_record = ibase_fetch_assoc($sql_result); " -- Regards, Matthew Fonda http://mfonda.info -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php