SitePoint » Articles » How To Handle File Uploads With PHP http://articles.sitepoint.com/ 2009-07-09T14:00:00+00:00/> SitePoint How To Handle File Uploads With PHP Kevin Yank http://articles.sitepoint.com/article/handle-file-uploads-php A 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 recently published SitePoint book: Build Your Own Database Driven Web Site Using PHP & MySQL (4th Edition), you’ll learn how to accept file uploads from your web site visitors securely and store them. 2009-07-09T14:00:00+00:00 Build Your Own Database Driven Web Site Using PHP & MySQL, Part 4: Publishing MySQL Data on the Web Kevin Yank http://articles.sitepoint.com/article/publishing-mysql-data-web In this chapter you’ll bring together PHP and MySQL, which you’ll have seen separately in the previous chapters, to create some of your first database driven web pages. You’ll explore the basic techniques of using PHP to retrieve information from a database and display it on the Web in real time. I’ll also show you how to use PHP to create web-based forms for adding new entries to, and modifying existing information in, a MySQL database on the fly. 2009-07-08T14:00:00+00:00 Build Your Own Database Driven Web Site using PHP & MySQL, Part 3: Introducing PHP Kevin Yank http://articles.sitepoint.com/article/mysql-3-getting-started-php Here's where the fun really starts. In this chapter, we'll introduce you to the PHP scripting language, which can be used to easily build dynamic web pages that present up-to-the-moment information to your visitors. Readers with previous programming experience will probably be able to get away with a quick skim of this chapter, as we explain the essentials of the language from the ground up. This is a must-read chapter for beginners, however, as the rest of this series relies heavily on the basic concepts presented here. 2009-07-07T14:00:00+00:00 Build Your Own Database Driven Web Site Using PHP & MySQL, Part 2: Introducing MySQL Kevin Yank http://articles.sitepoint.com/article/getting-started-mysql Although we're sure you'll be anxious to get started building dynamic web pages, this chapter begins with an introduction to databases in general, and the MySQL relational database management system in particular. 2009-07-06T14:00:00+00:00 Build Your Own Database Driven Web Site Using PHP & MySQL, Fourth Edition Kevin Yank http://articles.sitepoint.com/article/php-mysql-tutorial This classic, hands-on guide to learning all the tools, principles and techniques needed to build a fully functional database-driven web site using PHP and MySQL has been revised for its fourth edition. It remains essential reading for the budding developer. 2009-07-01T14:00:00+00:00 Build Your Own Database Driven Web Site Using PHP & MySQL, Fourth Edition Kevin Yank http://articles.sitepoint.com/article/ *s a lot of great desktop software developed by theThere open-source movement. In this article, Tim shows us a few cool tricks using GIMP, a free and open-source image editor. ; 2009-07-01T14:00:00+00:00 Build Your Own Database Driven Web Site Using PHP & MySQL, Part 1: Installation Kevin Yank http://articles.sitepoint.com/article/php-amp-mysql-1-installation Before you can start building your database-driven web presence, you must first ensure that you have the right tools for the job. In this first chapter, Kev will tell you where to obtain the two essential components you'll need: the PHP scripting language and the MySQL database management system. He'll also step you through the set-up procedures on Windows, Mac OS X, and Linux, and show you how to test that PHP is operational on your web server. You'll even get to write your first PHP-driven web page. 2009-07-01T14:00:00+00:00 What's new in PHP 5.3? Ben Balbo http://articles.sitepoint.com/article/whats-new-php-5-3 There's no need to wait for the birth of PHP 6 to take advantage of many of its new features -- PHP 5.3 is just about to hatch, and brings with it a whole nest of goodies! In this article, Ben explains the most useful programming nuggets. 2008-02-12T13:00:00+00:00 Mash Up Your Music with the Zend Framework Toby Somerville http://articles.sitepoint.com/article/mash-up-music-zend-framework What's that? You're still building your PHP apps from scratch, without using the Zend framework? Let Toby show you how easy it is to build killer PHP 5 web applications with Zend -- like your very own music mashup that utilizes the Yahoo! APIs. 2008-01-24T13:00:00+00:00 Perfect PHP Pagination Lyndon Baptiste http://articles.sitepoint.com/article/perfect-php-pagination Prepare to learn a brand new method of pagination! In this practical tute, Lyndon steps through the Strategy Design Pattern, and shows how you can use it to abstract result pagination processing from your app. 2007-11-29T13:00:00+00:00