mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Prabu Subroto
Dear my friends I am trying to read the content per line of a query result with mysql_fetch_row. But I got this error message : Musingin homepage koneksi sukses. Sukses memilih database. Sukses melakukan query. Besar hasil query 1. Warning: mysql_fetch_row(): supplied argument is

Re: mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Fred van Engen
Hi, On Sun, Mar 30, 2003 at 05:39:13AM -0800, Prabu Subroto wrote: Dear my friends I am trying to read the content per line of a query result with mysql_fetch_row. But I got this error message : Musingin homepage koneksi sukses. Sukses memilih database. Sukses melakukan

RE: mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Don Read
On 30-Mar-2003 Prabu Subroto wrote: Dear my friends I am trying to read the content per line of a query result with mysql_fetch_row. But I got this error message : snip $konek=mysql_connect(localhost, prabu, password) or die(Connect problem: . mysql_error()); snip

Re: mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Leif B. Kristensen
On Sun, 30 Mar 2003 05:39:13 -0800 (PST), Prabu Subroto [EMAIL PROTECTED] wrote: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource That is a very common error message. It usually means that your query doesn't return what you had intended it to. When I get this

Re: mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Prabu Subroto
Dear Fred... It is solved. Thank you very much, my friend. --- Fred van Engen [EMAIL PROTECTED] wrote: Hi, On Sun, Mar 30, 2003 at 05:39:13AM -0800, Prabu Subroto wrote: Dear my friends I am trying to read the content per line of a query result with mysql_fetch_row. But I got

RE: mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Prabu Subroto
It is solved. Thanks Don. --- Don Read [EMAIL PROTECTED] wrote: On 30-Mar-2003 Prabu Subroto wrote: Dear my friends I am trying to read the content per line of a query result with mysql_fetch_row. But I got this error message : snip $konek=mysql_connect(localhost,

Re: mysql_fetch_row wrong on mysql 3.23.52

2003-03-30 Thread Prabu Subroto
Dear Fred. Your explanation is very complete. Thank you very much for your generousity. My problem has been solved, Thank you. --- Fred van Engen [EMAIL PROTECTED] wrote: Hi, On Sun, Mar 30, 2003 at 05:39:13AM -0800, Prabu Subroto wrote: Dear my friends I am trying to read the