SitePoint Articles RSS ?

Server-side Coding : PHP & MySQL Tutorials

How To Handle File Uploads With PHP
by Kevin Yank

Kevin Yank

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

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

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

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.

 

Build Your Own Database Driven Web Site Using PHP & MySQL, Fourth Edition
by Kevin Yank

Kevin Yank

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.

 

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

Kevin Yank

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.

 

What's new in PHP 5.3?
by Ben Balbo

Ben Balbo

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.

 

Mash Up Your Music with the Zend Framework
by Toby Somerville

Toby Somerville

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.

 

Perfect PHP Pagination
by Lyndon Baptiste

Lyndon Baptiste

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.

 

Cache it! Solve PHP Performance Problems
by Ben Balbo

Ben Balbo

Looking for ways to speed up your web site? Caching's the answer. Whether you want to ensure your content's cached, or guarantee that it's not, this tutorial has the solutions to your caching problems. In it, Ben shows how to manipulate http headers to control caching on the client side, and use server caching to make your site's performance skyrocket.

 

SitePoint Newsletters

And for the latest tips on advanced server-side coding

SitePoint’s 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