in reply to Template::Plugin::DBI question 2

try it

Replies are listed 'Best First'.
Re^2: Template::Plugin::DBI question 2
by avo (Pilgrim) on Sep 04, 2008 at 13:18 UTC
    Already tried.
      Ah, try
      [% user = DBI.query('SELECT name,password FROM users where id=? and va +lidated=1',profile.userid).get() %] USERNAME: [%user.name%]
        Works fine, thank you very much.