|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to display image
hi
i just simply want to display an image with the title of the book my images r stored in a file system on the server this what i tried to do but it doesn't work! any ideas? <?php while($row = mysql_fetch_array($result)) { ?> <tr> <td width="25%" height="30"> <img src= <?php '$row["itemID"].jpg' ?> height=100 width=70> <font face="arial" size="2"><?php echo $row["title"]; ?> </font> </td> thanks |
|
#2
|
|||
|
|||
|
You have an error in the code.
Change : PHP Code:
To : PHP Code:
|
|
#3
|
|||
|
|||
|
iv changed the line of code you said and
it works! thanks for your help |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > how to display image |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|