I'm trying to insert a link in my dvd database. linkid is a field in the table that inserts part of the url. title is a field in the table that inserts the link text. What am I doing wrong? Here is the code in the original code, then the code in the modified version.
PHP Code:echo '<td class="center">' . $value['title'] . '</td>';
watchdogPHP Code:echo '<td class="center"><a href="http://www.imdb.com/title/' . $value['linkid'] . "/> ' . $value['title'] . '</a></td>';


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks