in reply to Re^2: Template::Plugin::DBI question 2
in thread Template::Plugin::DBI question 2

Ah, try
[% user = DBI.query('SELECT name,password FROM users where id=? and va +lidated=1',profile.userid).get() %] USERNAME: [%user.name%]

Replies are listed 'Best First'.
Re^4: Template::Plugin::DBI question 2
by avo (Pilgrim) on Sep 04, 2008 at 19:18 UTC
    Works fine, thank you very much.