This topic is locked
[SOLVED]

 How to link a image from the List page to View page?

12/28/2012 9:02:03 AM
PHPRunner General questions
N
Nelson author

I solve the problem..took me 3-4 hour <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=20470&image=1&table=forumtopics' class='bbc_emoticon' alt=':D' />
For our friends that experience the same problem the solution is:
Viwe as --> Custom -->

$value = "<a href=\"news_view.php?editid1=".$data["newsID"]."\"><img border=0 src=\"mfhandler.php?filename=file.jpg&table=news&field=List-picture&nodisp=1&pageType=list&key1=".$data["newsID"]."\"></a>";


You should put your table name and field name instead of "news" and "List-picture" and "newsID"
Good Luck

Nelson