File Upload with PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kwoman04
Forum Newbie
Posts: 1
Joined: Thu Dec 09, 2010 7:37 pm

File Upload with PHP

Post by kwoman04 »

Hello,
I was looking for any information or input you can provide on using PHP to do File upload. I will be using it with a MYSQL database.
Thanks for any tips or tricks you can suggest.
Kwoman
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: File Upload with PHP

Post by Christopher »

There is a whole section in the PHP manual about uploads:

http://www.php.net/manual/en/features.file-upload.php
(#10850)
Post Reply