Date: 09/05/00
- Next message: messju mohr: "Re: [phplib] Parse error in db_oci8.inc"
- Previous message: Michael D. Eschner: "Re: [phplib] double session id"
- Next in thread: messju mohr: "Re: [phplib] Parse error in db_oci8.inc"
- Reply: messju mohr: "Re: [phplib] Parse error in db_oci8.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm running PHP 3.0.16 and just loaded PHPLIB 7.2c. I'm connecting to an
oracle 8i database through the db_oci8.inc. The problem is that I'm getting
a parse error on line 225. The following is the code w/ line numbers from
db_oci8.inc. Does anybody know what I need to change to fix this problem?
222> function f($Name) {
223> if (is_object($this->Record[$Name]))
224> {
225> return $this->Record[$Name]->load();
226> } else
227> {
228> return $this->Record[$Name];
229> }
230> }
Thanks,
--Tim
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: messju mohr: "Re: [phplib] Parse error in db_oci8.inc"
- Previous message: Michael D. Eschner: "Re: [phplib] double session id"
- Next in thread: messju mohr: "Re: [phplib] Parse error in db_oci8.inc"
- Reply: messju mohr: "Re: [phplib] Parse error in db_oci8.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

