[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Interbase & PHP on RaQ4



I have a PHP script that posts changes to an Interbase Database.  It
used to work, but seems to have been broken - maybe by one of the Cobalt
updates that I installed.  The script looks like this:

 $prepared= ibase_prepare("update dealer
       SET name=?,
           address1=?, address2=?,
           city=?, state=?,
           zip=?, country=?,
      phone=?, fax=?,
           email=?, webaddress=?,
           productline=?
        where dealerid='$dealerid'");

 ibase_execute($prepared,$form[name], $form[address1], $form[address2],
                   $form[city], $form[state], $form[zip],
$form[country],
                   $form[phone], $form[fax], $form[email],
$form[webaddress],
                   $form[prodline]);
The script is stopping after the prepare operation - no error that I can
tell, but I've placed phpinfo() commands in the script at various
places, and get nothing after the ibase_execute command.

Anyone have similar experiences of have a solution?
Thanks
Jim Poe
DSL Data Services L.C.