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
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
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
3 matches
Mail list logo