Re: [PHP] I am confused to mysql_query.

2007-08-07 Thread Richard Lynch
On Wed, August 1, 2007 1:23 am, Patrik Hasibuan wrote: > This sql string produces proper output in my MySQL-Query: > select image_src from products where product_id='10'; > the output is: > gambarproduk/0/10/1.jpg > > But my php code does not produce anything. > > Please tell me what is my mistake.

Re: [PHP] I am confused to mysql_query.

2007-08-01 Thread Patrik Hasibuan
S > > > > -Original Message----- > > From: Patrik Hasibuan [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 01, 2007 8:23 AM > > To: php-general@lists.php.net > > Subject: [PHP] I am confused to mysql_query. > > > > Dear my friends... &g

Re: [PHP] I am confused to mysql_query.

2007-08-01 Thread Patrik Hasibuan
mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 01, 2007 8:23 AM > To: php-general@lists.php.net > Subject: [PHP] I am confused to mysql_query. > > Dear my friends... > > This sql string produces proper output in my MySQL-Query: > select image_src from products where

[PHP] I am confused to mysql_query.

2007-07-31 Thread Patrik Hasibuan
Dear my friends... This sql string produces proper output in my MySQL-Query: select image_src from products where product_id='10'; the output is: gambarproduk/0/10/1.jpg But my php code does not produce anything. Please tell me what is my mistake. === "; $sqlgbr="select image_src