Question
I use DATABASE plugin on the page A:
%DATABASE_SQL{description="GemsXP" format= "$s_desc" sql="SELECT s_desc FROM .xp_story WHERE s_sf_id = '' "}%
and I want to move this %DATABASE_SQL% to the page B and use
INCLUDE{"B" raw="on"} in the page A. But it doesn't work because page B doesn't have form which is in the page A, so construction 'FORMFIELD{"..." }' doesn't work from page B! As I understand when a page is included, TWiki will process it, looks like include parameter raw="on" doesn't work. How can I include code from page B to A as simple text, without process it by TWiki?
Environment
--
DmitryMzokov - 05 Feb 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
--
DmitryMzokov - 06 Feb 2008