Date: 12/15/00
- Next message: 김동: "[phplib] Is Basic Auth working under PHP4 apache module?"
- Previous message: Enrique Motilla: "Re: Re(2): [phplib] phplib and PHP4 -solved (mssql,php4,phplib7.2c)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This method/function in the db_mysql.inc class:
function f($Name) {
return $this->Record[$Name];
}
generates warning errors (when I've got them turned on in php.ini) that
look like this:
Warning: Uninitialized variable or array index or property
(csr_submit_date) in db_mysql.inc on line 178
when the value of the field in that row is NULL.
Is this an inherent weakness or flaw in PHP, or is it something that
could be corrected in PHPLIB?
..chris
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: 김동: "[phplib] Is Basic Auth working under PHP4 apache module?"
- Previous message: Enrique Motilla: "Re: Re(2): [phplib] phplib and PHP4 -solved (mssql,php4,phplib7.2c)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

