Could you explain?
Posted: Tue May 06, 2003 8:48 am
Please,
What does the '&' do in front of $_FILE below?
Thanks,
- D
What does the '&' do in front of $_FILE below?
Code: Select all
if (phpversion() > "4.0.6")
{
$HTTP_POST_FILES = &$_FILES;
}- D