Quote:
Originally Posted by Logician
What you are trying to achieve is really sophisticated and I can not say if you can do it with webtemplates or not without trying it.
3-webqueries can only query vb database. But if you use your own DB connection commands in your phpinclude field of webtemplates, they are not blocked so your commands can query other dbs.
|
OK I finally installed your system on the test-board. Nice and easy, thanks. Love the built in help with the variables.
Here's how far I got:
Selection page (a.php) This db driven page loads its date for the selection drop down just fine. Yay!
Update Form (b.php) Alright, this page comes up blank, except for static text, but no errrors. In my php code I'm looking for this variable (adodb style):
$HTTP_POST_VARS['formSetNo'] . It apparently isn't being passed, even though I put this
HTTP_POST_VARS['formSetNo'] in your blank for "Outside Variables".
I'm guessing "Outside Variables" is expecting slightly different syntax OR "Outside Variables" can only pass info to some restricted part of the page.
Would you again steer me down the right path? If I can get this variable's value from the post, the problem is licked!
Again, my compliments on an easy install.