Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread Austin W. Marshall
ow what to tell you... > >---John Holmes... > > > >>-Original Message- >>From: Austin W. Marshall [mailto:[EMAIL PROTECTED]] >>Sent: Monday, April 29, 2002 1:58 PM >>To: 1LT John W. Holmes >>Cc: [EMAIL PROTECTED] >>Subject: Re: [PHP] PHP 4.2.0 on win2k, can't

RE: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread John Holmes
rshall [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 1:58 PM > To: 1LT John W. Holmes > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions > > 1LT John W. Holmes wrote: > > >There's a difference betwee

Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread Austin W. Marshall
than select code,desc from codes, which will return everything and code and desc are the only fields. >- Original Message - >From: "Austin Marshall" <[EMAIL PROTECTED]> >To: "1LT John W. Holmes" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]>

Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread 1LT John W. Holmes
ent: Monday, April 29, 2002 4:34 PM Subject: Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions > 1lt John W. Holmes wrote: > > Did you turn on Display_errors in php.ini? > > > > ---John Holmes... > > Of Course, i think i even had it at the highest

Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread Jeff Lewis
Austin, I am using 4.2 on a W2K machine at work and have had no problems with the mysql_fetch_* functions. Only thing I had to get used to was the new way to handle globals. Jeff - Original Message - From: "Austin W. Marshall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Apr

Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread Joshua E Minnie
Do you have some sample code that we could look at? -- Joshua E Minnie/CIO [EMAIL PROTECTED] Phone: 616.276.9690 Fax: 616.342.8750 Nextel: 616.862.2847 "Don't work for recognition, but always do work worthy of recognition." "1lt John W. Holmes" <[EMAIL PROTECTED]> wrote in message 01ee01c1efbb$

Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread Austin Marshall
1lt John W. Holmes wrote: > Did you turn on Display_errors in php.ini? > > ---John Holmes... Of Course, i think i even had it at the highest alert level. No errors whatsoever, ... or die(mysql_error()) yields nothing either. > > - Original Message - > From: "Austin W. Marshall" <[EM

Re: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions

2002-04-29 Thread 1LT John W. Holmes
Did you turn on Display_errors in php.ini? ---John Holmes... - Original Message - From: "Austin W. Marshall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 3:52 PM Subject: [PHP] PHP 4.2.0 on win2k, can't use mysql_fetch_* functions > Is there something about