Page 1 of 1

Could you explain?

Posted: Tue May 06, 2003 8:48 am
by dstefani
Please,
What does the '&' do in front of $_FILE below?

Code: Select all

if (phpversion() > "4.0.6")
{
	$HTTP_POST_FILES = &$_FILES;
}
Thanks,
- D

Posted: Tue May 06, 2003 9:03 am
by []InTeR[]

Posted: Tue May 06, 2003 9:52 am
by dstefani
It's all coming back to me.

Thanks,

- D