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

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.