Tutorial search
PHP Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
PHP Tutorials
We hope that you will enjoy our PHP tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP tutorials to our site. Thank you !
This tutorial aims to show you how to make a Contact Form for your website, which will send the completed form results to a specified email address.

Get the time a certain file was last modified according to the server, and print it on the page.

This tutorial will walk you through using PHP to select entries from a database based on the text that is entered into a textbox on the site. This guide will also walk you through making the insert script to insert the comments into the database as well as help you make the database.

Learn about the most basic things of OOP in PHP. Includes how to make classes and functions and use them to make your code more neat and organized.

Not validating user input exposes your application to a lot of security breaches. If you don't validate, it's easy for a hacker to crack open your site, steal your customer information, maybe without even having you know it. Learn how to prevent this.

In this tutorial I will show you how to add a simple search box to query a MySQL database. This tutorial is a continuation of the “How to Access a MySQL Database Using PHP” tutorial.
Since writing that original tutorial I have created a local WAMP test environment. I have created the database “test” with a table “testable”. The table contains the following fields:

An example of how to integrate uploads into the Doctrine validation process.

Rather than filling out a HTML form on a website, why not use PHP and the CURL library to automate it?

In this tutorial, I’ll show you how you can easily add thumbnails, lead image, and other extras to individual posts in Wordpress.

Flickr is one of the most popular image sharing websites of the world. There are thousands if not millions of Flickr groups, which contain images involving that group. Now lets say you got your own Flickr group and want to show it of on your website but you don't know how! Well stop what you are doing right now and read this tutorial because this is the answer you where looking for!

Templating is important to nearly every website now. It allows you to use the same
design on all your pages, while having different content. There are many methods of templating; this article will focus on the most common.
Category: PHP tutorials - Difficulty: 


Ever wanted to know when Google crawls your website? Here is a simple PHP script which emails you whenever GoogleBot crawls your site.
Category: PHP tutorials - Difficulty: 


This php file is to upload multiple jpg files to web server at once,
create thumbnails for each, and then update SQL DB.

An often-used feature on WordPress blogs is the ability to style comments made by the post's author differently from the others - helping replies to stand out. Here, we will edit the default WordPress to add some subtle styling to author comments.

Since Java 5 working with RMI (Remote Method Invocation) is very easy. You don’t need the rmic compiler unless you work with legacy RMI clients. Now stubs are generated automatically at runtime. Let’s see a very minimalistic example.
Total Tutorials in Category: 2084


