Hi, I'm using DBMS to generate cursors and the output to htp using pl/sql.
Basically, I have a table of questions, eg:
id, q1a, q2a, q2b, q3, etc
and I'm displaying this on the web. It draws it in a table like this:
--variable = question name stuff here
-- parsing the dbms here
-- defining...