Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [ManuGermany] 2 Usertables within one template/application

Quote Reply
Re: [ManuGermany] 2 Usertables within one template/application In reply to
Hi,

Sorry about the late reply! You can do something like:

<%if db eq 'table1'%>
<%include template_table1.html%>
<%else%>
<%include template_table2.html%>
<%endif%>

In Reply To:
I pass the right usertable for each submit-form to DBManSQL?
The db hidden object should be:
<input type="hidden" name="db" value="<%db%>">

TheStone.

B.
Subject Author Views Date
Thread 2 Usertables within one template/application ManuGermany 3268 Apr 7, 2003, 5:51 AM
Post Re: [ManuGermany] 2 Usertables within one template/application
604 3106 Apr 16, 2003, 11:20 AM