Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

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 !

Sort by:
How to create a Contact Form using PHP
How to create a Contact Form using PHP
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.
Category: PHP tutorials > Forms - Difficulty:
Show when a file was last modified
Show when a file was last modified
Get the time a certain file was last modified according to the server, and print it on the page.
Category: PHP tutorials > Date & Time - Difficulty:
SQL Select Based on Text Inserted Into a Text Box
SQL Select Based on Text Inserted Into a Text Box
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.
Category: PHP tutorials > Database - Difficulty:
Video Tutorial - The very basics of OOP
Video Tutorial - The very basics of OOP
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.
Category: PHP tutorials > OOP - Difficulty:
Sanitizing PHP Input (Part I)
Sanitizing PHP Input (Part I)
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.
Category: PHP tutorials > Security - Difficulty:
Creating a Form that will Search a MySQL Database
Creating a Form that will Search a MySQL Database
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:
Category: PHP tutorials > Forms - Difficulty:
File Uploads with PHP Doctrine
File Uploads with PHP Doctrine
An example of how to integrate uploads into the Doctrine validation process.
Category: PHP tutorials > File Manipulation - Difficulty:
Submit A Form With PHP And CURL
Submit A Form With PHP And CURL
Rather than filling out a HTML form on a website, why not use PHP and the CURL library to automate it?
Category: PHP tutorials > Forms - Difficulty:
Add Thumbnails to Wordpress with Custom Fields
Add Thumbnails to Wordpress with Custom Fields
In this tutorial, I’ll show you how you can easily add thumbnails, lead image, and other extras to individual posts in Wordpress.
Category: PHP tutorials > CMS - Difficulty:
Displaying Flickr group images in your Wordpress sidebar
Displaying Flickr group images in your Wordpress sidebar
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!
Category: PHP tutorials > CMS - Difficulty:
Introduction to Templating with PHP
Introduction to Templating with PHP
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:
Get notified when Google crawls your website
Get notified when Google crawls your website
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:
Upload multiple pictures, and create thumb nails
Upload multiple pictures, and create thumb nails
This php file is to upload multiple jpg files to web server at once, create thumbnails for each, and then update SQL DB.
Category: PHP tutorials > Image Manipulation - Difficulty:
Author Comment Styling In WordPress
Author Comment Styling In WordPress
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.
Category: PHP tutorials > CMS - Difficulty:
The 10 minutes “Getting started with RMI” tutorial
The 10 minutes “Getting started with RMI” tutorial
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.
Category: PHP tutorials > Counters - Difficulty:
Total Tutorials in Category: 2084