[thelist] PHP Image Upload Script Anyone?

Ken Robinson kenrbnsn at rbnsn.com
Mon May 16 13:54:37 CDT 2005


Quoting Hershel Robinson <hershelr at netvision.net.il>:

> I am a PHP newbie. I must admit that I found PHP a VERY easy language to
> pick up and I am enjoying coding in it--if it wasn't a painfully geeky thing
> to say, I would actually say that I am having fun. :)
>
> Anyhow, I am building a site on a Linux server with MySQL. I am looking for
> a PHP script or class to allow users to upload images via a web page. The
> code will save the images with the correct name in the appropriate directory
> on the server, based on other fields inputted by the user.
>
> I see there are a slew of such ready-made PHP tools on Google, a bit much
> actually. I am looking for something simple and easy to use. I have no need
> of any more features beyond what I wrote above.

You really should read the section in the online PHP manual on handling file
uploads. <http://www.php.net/manual/en/features.file-upload.php>. This should
get you going.

Ken Robinson (no relation, I think)



More information about the thelist mailing list