![]() |
|
|
+ Search |
![]()
|
Oct 13th, 2005 11:39
DKDiveDude,
Elaboration of question:
After having submitted a form, I wanting to get the form field values
using this
import_request_variables("P", "myvar_");
This works fine from the same php file where I submitted to, however if
I instead do have the above line in a function in an include file, it
won't work! Why?