while($row = mysql_fetch_array($result,MYSQL_ASSOC))
{
$image= $row[image];
?>
<tr>
<td height="24"> <div align="center"> <img src="<?php echo $image; ?>" > </div></td>
<td><div align="center"><? $row[title]; ?></div></td>
<td><div align="center"><? $row[startPrice]; ?></div></td>
</tr>
<?
}
?>
Ive got a database linked to this table, it displays the first field(image) fine, but doesnt show the next two entries (title and startPrice), any ideas why?
it displays the php code in the correct place in dreamweaver but when i upload to my site and try to view it, only the picture shows up?!
any ideas whats my problem will be appreciated!
NIC OR RICH I NEED YOU!!!hehe!
CHEERS
ASH