RE: [PHP-DB] MySQL Array

2002-12-06 Thread Chevalier, Arthur
(/trtr); } } -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 3:26 PM To: Ryan Jameson (USA); Art Chevalier; [EMAIL PROTECTED] Subject: Re: [PHP-DB] MySQL Array I think he meant that he is only pulling one

RE: [PHP-DB] MySQL Array

2002-12-06 Thread Mark
- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 3:26 PM To: Ryan Jameson (USA); Art Chevalier; [EMAIL PROTECTED] Subject: Re: [PHP-DB] MySQL Array I think he meant that he is only pulling one column, i.e. field1 with each mysql_fetch_array and he wants

Re: [PHP-DB] MySQL Array

2002-12-06 Thread Art Chevalier
nt(/trtr); } } -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 3:26 PM To: Ryan Jameson (USA); Art Chevalier; [EMAIL PROTECTED] Subject: Re: [PHP-DB] MySQL Array I think he meant that he is only pulling one column, i.e

Re: [PHP-DB] MySQL Array

2002-12-06 Thread Antonio Bernabei
Hi, I want to insert the upper case of the strings written in the forn, so I put on the php file called these lines $NOME=strtoupper($nome); mysql_query (INSERT INTO anagrafe (codice,nome, cognome, codicefiscale) VALUES

Re: [PHP-DB] MySQL Array

2002-12-06 Thread Ignatius Reilly
Message - From: Antonio Bernabei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 06, 2002 7:12 PM Subject: Re: [PHP-DB] MySQL Array Hi, I want to insert the upper case of the strings written in the forn, so I put on the php file called these lines $NOME=strtoupper($nome

RE: [PHP-DB] MySQL Array

2002-12-05 Thread Ryan Jameson (USA)
while ($ar = mysql_fetch_array($rs)) echo trtd. $ar['field1']./tdtd.$ar['field2']./td/tr; Make sense? -Original Message- From: Art Chevalier [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] MySQL Array Hello, I am pulling

Re: [PHP-DB] MySQL Array

2002-12-05 Thread Art Chevalier
Yes that makes sense, but it is pretty much the same thing I was doing and it's producing the same results. Its basically putting the first element in all 4 table cells. The thing is...I am only selecting from one field. Im trying to get the 4 elements of the column with each pass. So in

RE: [PHP-DB] MySQL Array

2002-12-05 Thread Aaron Wolski
] Subject: Re: [PHP-DB] MySQL Array Yes that makes sense, but it is pretty much the same thing I was doing and it's producing the same results. Its basically putting the first element in all 4 table cells. The thing is...I am only selecting from one field. Im trying to get the 4 elements

Re: [PHP-DB] MySQL Array

2002-12-05 Thread 1LT John W. Holmes
and clean up the output, but hopefully that gives you an idea. ---John Holmes... - Original Message - From: Ryan Jameson (USA) [EMAIL PROTECTED] To: Art Chevalier [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 05, 2002 3:05 PM Subject: RE: [PHP-DB] MySQL Array while ($ar