Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Leif K-Brooks
Original Message - From: "Janyne Kizer" <[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 9:51 AM Subject: Re: [PHP] Problem creating array from MySql query No error. It just times ou

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Janyne Kizer
IL PROTECTED]> > Sent: Monday, February 17, 2003 9:51 AM > Subject: Re: [PHP] Problem creating array from MySql query > > No error. It just times out. -- Janyne Kizer CNE-3, CNE-4, CNE-5 Systems Programmer Administrator I NC State University, College of Agriculture & Life Sciences

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Rick Emery
TED]>; <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 9:51 AM Subject: Re: [PHP] Problem creating array from MySql query No error. It just times out. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Janyne Kizer
> "People will forget what you said. People will forget what you did. > But people will never forget how you made them feel." > - Original Message - > From: "Janyne Kizer" <[EMAIL PROTECTED]> > To: "Rick Emery" <[EMAIL PROTECTED]>;

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Rick Emery
will never forget how you made them feel." - Original Message - From: "Janyne Kizer" <[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 9:31 AM Subject: Re: [PHP] Problem creating array

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Janyne Kizer
gt; To: "Rick Emery" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, February 17, 2003 9:31 AM > Subject: Re: [PHP] Problem creating array from MySql query > > Thanks for taking a look at this. > > > mysql_connect (, , ); >

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Rick Emery
PROTECTED]> Sent: Monday, February 17, 2003 9:31 AM Subject: Re: [PHP] Problem creating array from MySql query Thanks for taking a look at this. It does print the affiliations in "print $affiliation_row["affiliation"];" and it works properly (except for gettin

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Janyne Kizer
Thanks for taking a look at this. It does print the affiliations in "print $affiliation_row["affiliation"];" and it works properly (except for getting the affiliations field) if the line "$affiliations[] = $affiliation_row["affiliation"];" is commented out. Rick Emery wrote: > > It helps if

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Rick Emery
It helps if you show us all your code, not just what you think we might need. For isntance, what does your mysql_query() statement look like? Does it have an "or die(mysql_error()))" clause? - Original Message - From: "Janyne Kizer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monda