Articles RSS ?

Home » Server-side Coding » PHP & MySQL Tutorials
 

Server-side Coding : PHP & MySQL Tutorials

How To Handle File Uploads With PHP
by Kevin Yank

Kevin Yank
  • Rating: 6.8
  • Jul 10th, 2009
  • Tutorial

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.

 

Build Your Own Database Driven Web Site Using PHP & MySQL, Part 4: Publishing MySQL Data on the Web
by Kevin Yank

Kevin Yank
  • Rating: 9.4
  • Jul 9th, 2009
  • Tutorial

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.

 

Build Your Own Database Driven Web Site using PHP & MySQL, Part 3: Introducing PHP
by Kevin Yank

Kevin Yank
  • Rating: 9.1
  • Jul 8th, 2009
  • Tutorial

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.

 

Build Your Own Database Driven Web Site Using PHP & MySQL, Part 2: Introducing MySQL
by Kevin Yank

Kevin Yank
  • Rating: 9.4
  • Jul 7th, 2009
  • Tutorial

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.

 

Other Articles in our PHP & MySQL Tutorials category

Article   Date   Type   Rated  
Build Your Own Database Driven Web Site Using PHP & MySQL, Part 1: Installation 2009-07-02 Tutorial 9.2
Build Your Own Database Driven Web Site Using PHP & MySQL, Fourth Edition 2009-07-02 Tutorial 9.2
What's new in PHP 5.3? 2008-02-13 Tutorial 8.1
Mash Up Your Music with the Zend Framework 2008-01-25 Tutorial 8.5
Perfect PHP Pagination 2007-11-30 Tutorial 7.6
Cache it! Solve PHP Performance Problems 2007-11-07 Tutorial 9
Whip Up a Yahoo! Mashup Using PHP 2007-08-22 Tutorial 8.4
Developing with the Facebook Platform and PHP 2007-07-11 Tutorial 7.6
Learn symfony: a Beginner's Tutorial 2007-04-30 Tutorial 9.3
Build a Photo Gallery Using CakePHP and Flickr 2007-04-04 Tutorial 7
The CakePHP Framework: Your First Bite 2006-07-12 Tutorial 8.6
Create Dynamic Images with ImageMagick 2006-06-26 Tutorial 8.7
Top 7 PHP Security Blunders 2005-12-21 Article 8.9
Toughen Forms' Security with an Image 2005-11-09 Tutorial 8.7
Use BB Code in Your PHP Application 2005-02-22 Tutorial 8.3
Build a PHP Multiple Picture Showcase Using PHP and HTML 2004-12-22 Tutorial 8.2
Introducing PHP 5's Standard Library 2004-09-13 Article 9.5
Watermark Images on the Fly in PHP 2004-09-05 Tutorial 9
PHP Database Programming with DB2 2004-09-01 Tutorial 8.7
PHP on the Command Line - Part 2 2004-08-11 Tutorial 9.4
PHP on the Command Line - Part 1 2004-06-16 Article 9
Build An Online Community With Drupal 2004-05-30 Tutorial 9
Instant XML with PHP and PEAR::XML_Serializer 2004-05-17 Article 9.1
Generating Spreadsheets with PHP and PEAR 2004-04-13 Article 9.2
Getting Started with PEAR - PHP's Low Hanging Fruit 2004-03-17 Tutorial 9
Build a phpBB Forum in 5 Steps 2004-03-07 Tutorial 7.9
The PHP Anthology Volume 2, Chapter 5 - Caching 2004-02-16 Tutorial 9
The PHP Anthology Volume 2, Chapter 1 - Access Control 2004-02-02 Tutorial 9.3
The PHP Anthology Volume I, Chapter 3 - PHP and MySQL 2004-01-19 Tutorial 8.6
The PHP Anthology Volume 1, Chapter 2 - Object Oriented PHP 2004-01-05 Tutorial 9.7
The PHP Anthology Volume 1, Chapter 1 - PHP Basics 2003-12-19 Tutorial 8.1
Stored Procedures on PHP and Microsoft SQL Server 2003-11-26 Tutorial 8
Build PHP Applications With Macromedia Dreamweaver MX 2003-10-21 Tutorial 7.5
Use PostgreSQL and PHP on Windows 2003-10-15 Tutorial 9.3
Generate PDFs with PHP 2003-10-01 Tutorial 8.6
Beyond The Template Engine 2003-09-18 Tutorial 8.7
eZ publish 3.1: Take It For A Spin 2003-08-18 Tutorial 7.8
Build An Automated PHP Gallery System In Minutes 2003-08-07 Tutorial 8.6
Introducing Cron 2003-08-02 Tutorial 7.8
Build an XML-Based Content Management System with PHP 2003-07-09 Tutorial 7.8
Managing Users with PHP Sessions and MySQL 2003-06-14 Tutorial 9.1
Storing Hierarchical Data in a Database 2003-04-30 Tutorial 9.1
Simplified Image Resizing with PHP 2003-04-17 Tutorial 6.2
Verify a User's Email Address Using PHP 2003-03-18 Tutorial 8.2
Content Management Made Easy - with Editize! 2003-02-28 Tutorial 7.5
Effortless (or Better!) Bug Detection with PHP Assertions 2003-01-21 Tutorial 8.5
Using Regular Expressions in PHP 2002-12-23 Tutorial 8.5
Image Manipulation with PHP - The GD Libraries 2002-11-25 Tutorial 7.3
Faking Dual Inheritance Classes in PHP 2002-10-15 Tutorial 6.4
The Perfect Job - Part 2 2002-09-04 Tutorial 9.5
The Perfect Job - Part 1 2002-08-28 Tutorial 9.3
Run PHP-GTK and PHP-Apache on Win32 2002-08-09 Tutorial 8.3
Build your own Web Service with PHP and XML-RPC 2002-07-16 Tutorial 8.8
Review - phpAdsNew Banner Management System 2002-05-20 Review 7.7
Write Secure Scripts with PHP 4.2! 2002-05-08 Tutorial 9
Creating a Credit Card Validation Class With PHP 2002-04-17 Tutorial 8.8
Build Cross-Platform Windowed Apps with PHP 2002-03-20 Tutorial 9.1
Saving Resources with PHPCache 2002-03-08 Tutorial 7.4
Diary of A Webmaster Part 4 - Backing Up With MySQLDump 2002-02-27 Tutorial 8.6
2 Quick PHP Tips 2002-02-23 Tutorial 6.7
Advanced email in PHP 2002-02-13 Tutorial 9.1
Diary of A Webmaster Part 2 - Create a Content Feed 2002-02-05 Tutorial 9
Object Oriented PHP: Paging Result Sets 2002-01-30 Tutorial 8.8
Give me back my MySQL Command Line! 2001-12-07 Tutorial 8.4
When Browsers Suck: PHP to the Rescue! 2001-11-21 Tutorial 8.2
UDP Portscanning in PHP 2001-11-19 Tutorial 8.6
Migrate your site from MySQL to PostgreSQL -- Part 2 2001-10-10 Tutorial 8.8
Migrate your site from MySQL to PostgreSQL -- Part 1 2001-10-09 Tutorial 7.4
PHP and XML: Parsing RSS 1.0 2001-09-18 Tutorial 9
Access your MySQL Database with Perl 2001-08-30 Tutorial 8.6
Search Engine-Friendly URLs 2001-08-10 Tutorial 8.8
Optimizing your MySQL Application 2001-05-21 Tutorial 9
Apache HTTP Authentication with PHP 2000-11-01 Tutorial 6.8

SitePoint Newsletters

And for the latest tips on advanced server-side coding...

SitePoint’s two great newsletters cover all aspects of advanced server-side coding straight from the acknowledged experts in their chosen fields.


  • Tech Times
    The Tech Times

    Love the latest technologies? You'll love the how-to tutorials in this twice-monthly ezine for techies.

  • The Tribune
    SitePoint Tribune

    Discover what works and what’s happening in the world of Web Development with news, case studies and editorials delivered weekly to you.

  • The Design View
    SitePoint Design View

    The Useful, the Usable and the Unbelievable in Design for the Web.

  • The Community Crier
    SitePoint Community Crier

    The Newsletter of SitePoint’s Thriving Community of Web Professionals.

HTML   Plain

Sample Our Newsletter Archives

View Our Privacy Policy

Sponsored Links