Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
displaying image retrieved from mysql with php in a html table
Old 06-14-2007, 09:29 AM displaying image retrieved from mysql with php in a html table
Junior Talker

Posts: 1
Name: William Dill
Trades: 0
I have created php code to retrieve data stored in a mysql table. I can retrieve and display all the data in a html table except the images. The images are in the database since I can view them when adding/editing the db. I have tried several different coding schemes but either retrieve the file name or nothing. I have posted code below with the portion in bold that is not working. Suggestions would be appreciated!

$idnt=mysql_result($result,$i,"id");
$pic=mysql_result($result,$i,"picture");
$desc=mysql_result($result,$i,"description");
$cost=mysql_result($result,$i,"price");


?>
<tr>
<td><font face="Verdana"><center><? echo "$idnt"; ?></center></font></td>
<td><img src =<?echo "?pic";?>></center></font></td>
<td><font face="Verdana"><center><? echo "$desc"; ?></center></font></td>
<td><font face="Verdana"><center>$<? echo "$cost"; ?></center></font></td>


Last edited by slipaway; 06-15-2007 at 11:31 AM.. Reason: provide some code for them to edit
slipaway is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to displaying image retrieved from mysql with php in a html table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.08265 seconds with 12 queries