i have a table
with the userid , name , firstname , adress
i'm getting it from the database
with : while($row = mysql_fetch_row($result)) {
and then echo ...
i want place a (big) picture left of the table but i dont know how
my table get f*cked up
echo"<TD><IMG SRC=\".\images\update.gif\" BORDER=\"0\"></td>";
i try to place that in the while but its printing my image a lot of times.
i placed my php code also in the follow :
<table cellpadding="2" cellspacing="1" border="0">
</table>
thanks for any help i will be appreciate that