mano paties kodas iš 1999 metų:
<?
while ($row=mysql_fetch_array($result)) {
echo "<tr bgcolor=\"#B59C51\">\n";
echo "<td><TT>".$row["id"]."</TT></td>\n";
echo "<td><input type=checkbox name=\"ide[]\" value=".$row["id"]."></td>\n";
echo "<td><TT>".$row["author"]."</a></TT></td>\n";
echo "<td><TT> ".stripslashes($row["message"])."</TT></td>\n";
echo "<td><TT><a href=\"http://saitas/show.php3?iid=".$row["hid"]."\">pix</a></TT></td>\n";
echo "</tr>\n\n";
}
mysql_free_result($result);
?>
phpMyAdmin:
$vertical_display['textbtn'] = '<td' . $rowspan . ' align="center" valign="middle">' . "\n" . ' <a href="' . $text_url . '">' . "\n" . ' <img src="./images/' . (($dontlimitchars) ? 'partialtext' : 'fulltext') . '.png" border="0" width="50" height="20" alt="' . (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '" title="' . (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '" /></a>' . "\n" . ' </td>' . "\n";