Jump to content

PaganJim

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by PaganJim

  1. I have a table pulling info from a db, all of that is great and works exactly as it should. However, I have some graphics files that I would like to link to. I have the following code that produces the table: foreach ($stmt as $row) { echo <<<tbldat <tr> <td>{$row['aettir']}</td> <td>{$row['name']}</td> <td>{$row['sound']}</td> <td>{$row['keywords']}</td> <td>{$row['color']}</td> <td>{$row['meaning']}</td> </tr> tbldat; } So where it shows the name, I would like to link to a graphic with the same name, for instance I would like something like {$row['name']}.png . I just cannot seem to get it right for some reason. Advice anyone? Thanks for reading! Jim
×
×
  • 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.