[phplib] 3 is not a MySQL link index in db_mysql.inc on line 100 (fwd) From: J.Skowyra <email protected>
Date: 08/23/00

What's going on ?
I do the following thing
$q="insert into dzier (id,id_od) values(NULL,'$od');";
$db = new DB_Example;
$db->query($q);

the data was added to database without problem but I got on my web page

Warning: 3 is not a MySQL link index in db_mysql.inc on line 100
Warning: 3 is not a MySQL link index in db_mysql.inc on line 101

line 100 and 101 looks like this:

    $this->Errno = mysql_errno();
    $this->Error = mysql_error();

how to get rid of this messages without blocking these two lines in
local.inc

i have a standard installation of php

---
Best Regards

Jacek Skowyra

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>