News Feed
Jobs Feed
Sections




News Archive
SitePoint.com:
How To Handle File Uploads With PHP
July 10, 2009 @ 10:25:50

New on the SitePoint "PHP & MySQL Tutorials" blog today Kevin Yank has posted another excerpt from the "Build Your Own Database Driven Website Using PHP and MySQL" looking at handling file uploads in PHP.

An common challenge faced by PHP programmers is how to accept files uploaded by visitors to your site. In this bonus excerpt from Chapter 12 of [the book] you'll learn how to accept file uploads from your web site visitors securely and store them.

The tutorial introduces the $_FILES superglobal and how you can use it to access the file information about the uploads the user's can make. He also mentions some of the functions that can be used on the files (like is_uploaded_file).

1 comment voice your opinion now!
book excerpt tutorial upload file


blog comments powered by Disqus

Similar Posts

Asvin Balloo's Blog: Geolocate your visitors with PHP (part 1)

DeveloperTutorials.com: Upload Files to MySQL using PHP Tutorial

Joshua Eichorn's Blog: Understanding AJAX example code now available

Developer Tutorials: Creating an Online Newsletter with Drupal

Community News: No Starch Press Releases "Wicked Cool PHP"


Community Events











Don't see your event here?
Let us know!


api opinion series composer functional zendframework2 development community language interview phpunit framework release testing unittest introduction example database podcast code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework