This topic is locked

Image as a link

3/22/2010 1:15:37 AM
PHPRunner General questions
A
adanxeo author

Hi everybody:
I'm new on this phprunner development and I have master table and a detail table with fields on each for pictures with type mediumblob, and I want to use the field of this type in the master table as a link to my details table. I have seen the code in the real state template but I can't find the way to replicate it in my test. If anybody can help me I will appreciate it.
Thanks in advance.
Adan
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=14111&image=1&table=forumtopics' class='bbc_emoticon' alt=':unsure:' />

Sergey Kornilov admin 3/22/2010

Sure, here is an example:

$value = "<a href=subcategorias_list.php?mastertable=categorias&masterkey1=" . $data["Idcategoria"] . "><img src=".$value." border=0></a>";