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
liation_row["affiliation"];" is commented out. > > Rick Emery wrote: > > > > 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 &

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
ok like? Does it have an "or > die(mysql_error()))" clause? > > - Original Message - > From: "Janyne Kizer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 17, 2003 9:04 AM > Subject: [PHP] Problem creating ar

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Janyne Kizer
From: "Janyne Kizer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 17, 2003 9:04 AM > Subject: [PHP] Problem creating array from MySql query > > What we are trying to do is build an array from a query. I don't > understand why bu

Re: [PHP] Problem creating array from MySql query

2003-02-17 Thread Rick Emery
: <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 9:04 AM Subject: [PHP] Problem creating array from MySql query What we are trying to do is build an array from a query. I don't understand why but this is failing on the line "$affiliations[] = $affiliation_row["affiliation"

[PHP] Problem creating array from MySql query

2003-02-17 Thread Janyne Kizer
What we are trying to do is build an array from a query. I don't understand why but this is failing on the line "$affiliations[] = $affiliation_row["affiliation"];" Basically there are two tables in the database, since clubs can have multiple affiliations and the affiliations are not set in stone