dossie Posted December 16, 2010 Share Posted December 16, 2010 Hi, thanks for reading this! I need some help with my pagination, maybe the answer is very simple but I've tried a lot of coding including work with tables but it didn't work It's about my page (in Dutch) where I show images of collections. A page looks like this: http://www.verzamelaars.net/mobach/index.php Now I want the name of the collector under the image, but every time I get this: http://www.verzamelaars.net/mobach/index2.php The code I use now is: <?php while($row = mysql_fetch_array($result)) { echo "<table><tr><td><a href='{$row['mijnlink']}'><img src={$row['thumb']} hspace=1 vspace=4></a></td></tr>"; echo "<tr><td><a href='{$row['verzamelaarlink']}'>{$row['verzamelaar']}</a></td></tr></table>"; } ?> I've been playing with the table but so far no good, hope you can help me with this! Kind regards, Arjen van Dorsten Link to comment https://forums.phpfreaks.com/topic/221871-pagination-works-but-needs-extra-row-with-info/ Share on other sites More sharing options...
dossie Posted December 16, 2010 Author Share Posted December 16, 2010 Took some time but found it out, it had to do with divs. Link to comment https://forums.phpfreaks.com/topic/221871-pagination-works-but-needs-extra-row-with-info/#findComment-1148292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.