Jump to content

table php syntax help


proctk

Recommended Posts

HI

I'm trying to set the thum nails in the thumb nailes in a table, I'm having a hard time piecing the syntax together. can someone help me through it thatnak you

[code=php:0]
<table>
<tr>
<td>

<a HREF =\"getImage.php?<?php  echo Photo_id=$row->Photo_id\; ?>">
<IMG SRC=\"getImage.php?<?php  echo Photo_id=$row->Photo_id\; ?>"  width=75 Height=75 alt=<?php echo $row->name>; ?><br>
<a><?php echo $row->name; ?></a> &nbsp;
<a href=\"deletephoto.php?<?php Photo_id=$row->Photo_id\; ?>" title='Delete Image'>Delete</a></div>

</td>

</tr>
</table>
[/code]
Link to comment
https://forums.phpfreaks.com/topic/28142-table-php-syntax-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.