Jump to content

pagination works but needs extra row with info


dossie

Recommended Posts

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

 

 

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.