faqts : Computers : Programming : Languages : PHP : Common Problems : Variables

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 2 people (100%) answered Yes
Recently 2 of 2 people (100%) answered Yes

Entry

import_request_variables not working in an include function

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?