PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
dstefani
Forum Contributor
Posts: 140 Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA
Post
by dstefani » Tue May 06, 2003 8:48 am
Please,
What does the '&' do in front of $_FILE below?
Code: Select all
if (phpversion() > "4.0.6")
{
$HTTP_POST_FILES = &$_FILES;
}
Thanks,
- D
[]InTeR[]
Forum Regular
Posts: 416 Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands
Post
by []InTeR[] » Tue May 06, 2003 9:03 am
dstefani
Forum Contributor
Posts: 140 Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA
Post
by dstefani » Tue May 06, 2003 9:52 am
It's all coming back to me.
Thanks,
- D