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

2007-02-23 Thread Richard Lynch
On Wed, February 21, 2007 8:26 am, 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 W

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

2007-02-21 Thread Németh Zoltán
2007. 02. 21, szerda keltezéssel 06.26-kor Chris Carter ezt írta: > 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 FR

[PHP] 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