Re: $HTTP_POST_FILES vs $_FILES

From: Savut (webki_at_hotmail.com)
Date: 12/31/03

  • Next message: Sims: "Re: $HTTP_POST_FILES vs $_FILES"
    Date: Wed, 31 Dec 2003 08:38:00 -0500
    
    

    Because the new way to do this is $_FILES[]
    $HTTP_POST_FILES will disappear soon
    Savut

    "Yang Li Ke" <yanglike@sympatico.ca> wrote in message news:3_nIb.6251$Vl6.1546234@news20.bellglobal.com...
    >
    > Hey guys!
    >
    > I have heard that it might be better using
    > $HTTP_POST_FILES for php version 4.1 and lower
    > and using $_FILES for 4.1 and higher...
    >
    > Anyone knows what is the difference really?
    > why not simply using $HTTP_POST_FILES on all ?
    >
    > Thanx for your help
    >
    > --
    > Yang
    >
    >


  • Next message: Sims: "Re: $HTTP_POST_FILES vs $_FILES"