Trying to select website info from signup table in database
I want to add the users website info to view_video.tpl
user.tpl has the variable:
and my_profile.tpl has this variable:Code:{if $user_info[0].website ne ""} <TR> <TD>Website:</TD> <TD>{$user_info[0].website}</TD> </TR> {/if}
What is the variable for view_video.tpl??Code:{$answers[0].website}
Bookmarks