Re: [PHP] PHP Netobjects Fusion problem

2005-03-26 Thread Matthew Fonda
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 PH

[PHP] PHP Netobjects Fusion problem

2005-03-26 Thread Johan van Zyl
Hi All This code: First Name Last Name "; echo ""; echo $row["FIRST_NAME"]; echo ""; echo ""; echo $row["LAST_NAME"]; echo ""; echo ""; } echo ""; ibase_free_result($result); } ?> gives me this error: Connected to: 10.0.0.3:employee.fdb First Name Last Name Fatal error: Call to undefined fu