Re: [PHP] deciperhing oop

2003-03-04 Thread Greg Beaver
; > -Original Message- > From: Jim Lucas [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 6:50 PM > To: Larry Brown; PHP List > Subject: Re: [PHP] deciperhing oop > > the second argument in the mysql_select_db call in not in scope. > > you should be using $

RE: [PHP] deciperhing oop

2003-03-03 Thread Larry Brown
Networks, Inc. (727) 723-8388 -Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:50 PM To: Larry Brown; PHP List Subject: Re: [PHP] deciperhing oop the second argument in the mysql_select_db call in not in scope. you should be using $this->db ins

Re: [PHP] deciperhing oop

2003-03-03 Thread Jim Lucas
the second argument in the mysql_select_db call in not in scope. you should be using $this->db instead of $db Jim - Original Message - From: "Larry Brown" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 2:52 PM Subject: [PHP] deciperhing oop > Can som