[SOLVED] Detail field as hyperlink? |
2/8/2010 5:12:19 PM |
PHPRunner General questions | |
![]() I just downloaded the trial version today - an amazing product - I've been able to do so much so quickly <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=13756&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' /> |
|
![]() |
Admin 2/8/2010 |
Mike, $value = "<a href=http://yourwebsite.com/myapp/TABLE_view.php?editid1=" . $data[keycolumn] . ">" . $value . "</a>";
|
![]() |
mcebula author 2/9/2010 |
Yes I want to build the same URL that is exposed in the small magnifying glass icon for viewing an item from a list. It looks like I can construct the parts of the URL, thanks. Is the keycolumn in your example a variable of some kind? Can those be found by looking i the PHP code files. |
![]() |
Admin 2/9/2010 |
keycolumn is name of key column i.e. ID. |