Subscribe
Tutorial search

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 tutorial to our site. Thank you !

Sort by:
Get Separate Count For Comments, Trackbacks and Pingbacks In WordPress
Get Separate Count For Comments, Trackbacks and Pingbacks In WordPress
A function to count comments or trackbacks or pingbacks or trackabacks and pingbacks together.
Difficulty:
Display Date From UNIX Timestamp
Display Date From UNIX Timestamp
Learn how to take a UNIX timestamp and convert it to readable date string with PHP
Difficulty:
Display Date From UNIX Timestamp
Display Date From UNIX Timestamp
Learn how to take a UNIX timestamp and convert it to readable date string with PHP
Difficulty:
Sending a Tweet via PHP
Sending a Tweet via PHP
Automagically send Tweets from your site to your Twitter!
Difficulty:
Code Formatting and Coloring in WordPress without a Plugin
Code Formatting and Coloring in WordPress without a Plugin
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I’ve come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any website). This tutorial guides you through setting this up on your website.
Difficulty:
Add Archive Page to WordPress the Easy Way
Add Archive Page to WordPress the Easy Way
Adding an archive page to your WordPress blog is simple, but there are a few things that are not self explanatory or obvious with this process. This tutorial goes through how to do this with the latest version of WordPress (2.x). Also included is some sample code that I use for this website that you are free to use.
Difficulty:
Add Archive Page to WordPress the Easy Way
Add Archive Page to WordPress the Easy Way
Adding an archive page to your WordPress blog is simple, but there are a few things that are not self explanatory or obvious with this process. This tutorial goes through how to do this with the latest version of WordPress (2.x). Also included is some sample code that I use for this website that you are free to use.
Difficulty:
Add Article Thumbnails to Wordpress with Rotating CSS
Add Article Thumbnails to Wordpress with Rotating CSS
Learn how to include an article image with each post in WordPress. This method does not require a plugin.
Difficulty:
“Who Is Online” Widget With PHP, MySQL & jQuery
“Who Is Online” Widget With PHP, MySQL & jQuery
We are making a “Who is online” widget with PHP, MySQL & jQuery. It will display the number of visitors, currently viewing your site, and a list of countries they are from in a slide out panel.
Difficulty:
“Who Is Online” Widget With PHP, MySQL & jQuery
“Who Is Online” Widget With PHP, MySQL & jQuery
We are making a “Who is online” widget with PHP, MySQL & jQuery. It will display the number of visitors, currently viewing your site, and a list of countries they are from in a slide out panel.
Difficulty:
Creating a Simple PHP Cache Script
Creating a Simple PHP Cache Script
Cache is a programming concept that can be used in a various range of applications and for various purposes. A cache library can be used for storing database queries for later use, to store rendered pages to be served again without generating them again, or to save indexed pages in a crawler application to be processed by multiple modules.
Difficulty:
Creating a Simple PHP Cache Script
Creating a Simple PHP Cache Script
Cache is a programming concept that can be used in a various range of applications and for various purposes. A cache library can be used for storing database queries for later use, to store rendered pages to be served again without generating them again, or to save indexed pages in a crawler application to be processed by multiple modules.
Difficulty:
Retrieving User Input Data
Retrieving User Input Data
Tutorial on how to retrieve user input data from form fields using PHP POST and GET metods.
Difficulty:
Fantastic Animation PHP/CSS/jQuery Error pages
Fantastic Animation PHP/CSS/jQuery Error pages
Get very cool animation HTTP error pages by css jquery and PHP
Difficulty:
Get Number Of Subscribers In Plain Text Without Using CURL
Get Number Of Subscribers In Plain Text Without Using CURL
In this little tip we will get the number of feedburner subscribers without using curl.
Difficulty:
Total Tutorials in Category: 2914