Re: [PHP-DB] How to call image from mySql to php file

2007-02-21 Thread Chris
Chris Carter wrote: I have a field in database called "logos" which has one value "images/logos/some_logo.jpg" In my php I am trying to call it in my php file as image. With this code. $sno = $_REQUEST['sno']; $query="SELECT logos FROM table WHERE sno = '$sno'"; Please please please read ht

RE: [PHP-DB] How to call image from mySql to php file

2007-02-21 Thread Bastien Koert
is Carter <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] How to call image from mySql to php file Date: Wed, 21 Feb 2007 03:26:44 -0800 (PST) I have a field in database called "logos" which has one value "images/logos/some_logo.jpg" In my php I am trying to call i

[PHP-DB] How to call image from mySql to php file

2007-02-21 Thread Chris Carter
I have a field in database called "logos" which has one value "images/logos/some_logo.jpg" In my php I am trying to call it in my php file as image. With this code. $sno = $_REQUEST['sno']; $query="SELECT logos FROM table WHERE sno = '$sno'"; $result=mysql_query($query); $num=mysql_numrows($r