
07-27-2005, 07:48 AM
|
 |
|
|
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by bulbasnore
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.
|
Try to set your outside variable as "formSetNo" instead of "HTTP_POST_VARS['formSetNo']"
|