Date: 08/23/00
- Next message: laymond: "Re: [phplib] patch of_text.inc"
- Previous message: andRie Isharyono: "[phplib] Re: [PHP-INST] Apache not starting with PHP4 ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 RegardsJacek Skowyra
--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: laymond: "Re: [phplib] patch of_text.inc"
- Previous message: andRie Isharyono: "[phplib] Re: [PHP-INST] Apache not starting with PHP4 ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

