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:
Create A Custom Wordpress Page with Different Template
Create A Custom Wordpress Page with Different Template
Recently I needed to create a page in Wordpress that didn't have the sidebar on it. Took me a wile to find the solution, but the one I found works like a charm. Takes a bit of programming knowledge, but not too bad.
Category: PHP tutorials > Basics - Difficulty:
How to Update Your Wordpress Ping List - And what the hell are pings?
How to Update Your Wordpress Ping List - And what the hell are pings?
When you post a new article to your blog, there is function (in wordpress) where it automatically sends a message out to various blog directories letting them know of your new post. That's a Ping. I don't need to tell you that this is great for traffic.
Category: PHP tutorials > Installing - Difficulty:
Joomla 1.5 - Prevent and Recover from a site hack
Joomla 1.5 - Prevent and Recover from a site hack
One of my sites was recently hacked by some dildo. I was running Joomla 1.5 and they broke into the admin account with a known exploit. This video shows you how you can prevent it to start with and how to reset your admin password to get back into your site.
Category: PHP tutorials > Security - Difficulty:
Using Twitter For Website Login
Using Twitter For Website Login
Use Twitter for logins! Perfect for Twitter Apps and an unofficial OpenID.
Category: PHP tutorials > Cookies - Difficulty:
Basic CRUD scaffolding with PHP Doctrine + Smarty
Basic CRUD scaffolding with PHP Doctrine + Smarty
Example of how a simple system for creating a CRUD interface from the information in the model classes.
Category: PHP tutorials > Database - Difficulty:
Track Your PHP Errors With Twitter
Track Your PHP Errors With Twitter
I don’t know about you, but I rarely check my error_log file for my websites. This allows you to track them and get alerts via Twitter
Category: PHP tutorials > File Manipulation - Difficulty:
Drupal Module Builder
Drupal Module Builder
Learn to use the 'Drupal gem' to increase productivity in Drupal module development.
Category: PHP tutorials > CMS - Difficulty:
How To Load Excel Data By PHP
How To Load Excel Data By PHP
There are situations when we need to load data directly from Excel file, manipulate and insert into a database or use somehow. Is it possible to do it by PHP? Of course, yes. Read more to find out how.
Category: PHP tutorials > File Manipulation - Difficulty:
Load And Parse Awstats With PHP
Load And Parse Awstats With PHP
Load your awstats log file and display the stats with PHP. No more logging in to see your awstats.
Category: PHP tutorials > File Manipulation - Difficulty:
Using Stored procedure with mySQL and PHP
Using Stored procedure with mySQL and PHP
Writing external scripts to perform complex data handling is a tedious affair. The best way to automate tasks straightaway into the server is by using Stored Procedures. It is very useful to make them as flexible as possible, as it facilitates easy identification of any errors and can be used for executing a variety of tasks as well.
Category: PHP tutorials > Database - Difficulty:
Create a PHP5 Framework - Part 2
Create a PHP5 Framework - Part 2
Create a PHP5 Framework - Part 2
Category: PHP tutorials > Installing - Difficulty:
How To Show The URL Of A Page
How To Show The URL Of A Page
This tutorial will show you how to show the URL of any page
Category: PHP tutorials - Difficulty:
Simple Hit Counter
Simple Hit Counter
This tutorial will show you how to make a simple tutorial using PHP
Category: PHP tutorials > Counters - Difficulty:
PHP MySQL example: image gallery (blob-storage)
PHP MySQL example: image gallery (blob-storage)
This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP ddthere is advanced browser-caching support (using If-Modified-Since header).
Category: PHP tutorials > Database - Difficulty:
How to debug PHP code
How to debug PHP code
Nowadays, the code debugger is a tool that has almost all programing enviroments which allows you to watch the internal work of your applications and finding errors at run time for a easy way. Learn an easy mode to debug in PHP.
Category: PHP tutorials > Installing - Difficulty:
Total Tutorials in Category: 2200