Chrisj Posted October 11, 2014 Share Posted October 11, 2014 I'm using a templated PHP script and have successfully added a link (to an image) to an html page there (inner_play.htm) <a href="http://www.--.com/upload/[var.thumbnail]"><?php echo $newfilename?>Click Link</a> and this (into the play.php file): $thumbnail = $result['thumbnail']; and this $thumbnail = $_SESSION['$newfilename']; So, I added it to another page (search_results.htm) without success. I've tried a few different places, (in search.php file), to add: $thumbnail = $result['thumbnail']; $thumbnail = $_SESSION['$newfilename']; but the link doesn't work from search_results.htm page Maybe you can simply tell me where those lines should work best in search.php, or any other insight. Any help will be appreciated. - see Search.php file attached search.php Link to comment https://forums.phpfreaks.com/topic/291578-where-to-add-this-line-of-code-for-a-successful-link/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.