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:
Code teaching how to maxmise social media traffic
Code teaching how to maxmise social media traffic
The code shows how you can find out where your visitors are coming from and using this information maximise social media interaction.
Category: PHP tutorials > Navigation - Difficulty:
Design and Implement PHP Web Services with New Book on REST
Design and Implement PHP Web Services with New Book on REST
Packt is pleased to announce a new book that will help web developers learn the basic architectural concepts of creating RESTful web services in the PHP code. Abeysinghe, RESTful PHP Web Services will introduce users to the tools and frameworks that can be used when developing RESTful PHP applications. Representational State Transfer (REST) is a form of software architecture; systems that follow it are often called RESTful. It is the architectural style that drives the World Wide Web and RESTful web services to use simple protocols already familiar to web developers. This book helps bridge the gap between understanding the basic concepts of REST architectural style or approach and implementing them in day-to-day work. This book will walk users through PHP tools, libraries and techniques for working with RESTful web services and will also teach them to use other RESTful services from their PHP applications. Users will learn how to make their own PHP applications accessible to other applications through a RESTful API and also consume RESTful web services, from leading APIs such as Flickr, and Yahoo Web Search. With the help of a case study, users will learn to design a RESTful PHP service, and also create clients to consume the service. This book is targeted at PHP developers, who want to build or make use of RESTful web services. The book is out now and is available from Packt. For more information, please visit http://www.packtpub.com/restful-php-web-services/book
Category: PHP tutorials > CMS - Difficulty:
Drupal 6 Themes
Drupal 6 Themes
This book is a revised, updated and expanded edition of Drupal 5 Themes, written specifically for Drupal 6. Through this book, programmers will learn about the Drupal theming architecture and the PHPTemplate engine. Along with installing and modifying new themes, users will also learn to create dynamic styling and discover tools that make theming easier and efficient.
Category: PHP tutorials > CMS - Difficulty:
Create a Simple Search Script with Very Accurate Results in PHP
Create a Simple Search Script with Very Accurate Results in PHP
One of the most important features, but often overlooked is the search functionality of a site.
Category: PHP tutorials > Searching - Difficulty:
5 Helpful Tips for Creating Secure PHP Applications
5 Helpful Tips for Creating Secure PHP Applications
5 Helpful Tips for Creating Secure PHP Applications
Category: PHP tutorials > Security - Difficulty:
BASIC of Php Sessions
BASIC of Php Sessions
In this tutorial u will learn all about Php Sessions. Before you start reading you must have a basic understanding of PHP, if you like this tutorial So please go gental on the comments.
Category: PHP tutorials > Cookies - Difficulty:
Bare Basics - Arrays
Bare Basics - Arrays
One thing you can"™t escape in your PHP journey is arrays, at one point or another they"™ll crop up in your simple script, your project or anything in between. Arrays are relatively to simple to use, but can be a bit daunting for people new to programming or just PHP.
Category: PHP tutorials > Basics - Difficulty:
Build seven good object-oriented habits in PHP
Build seven good object-oriented habits in PHP
With PHP's object-oriented (OO) language features, if you aren't already creating your applications with OO principles in mind, these seven habits will help you get started in the transition between procedural programming and OO programming. Building good OO habits in PHP helps you build more stable, easily maintainable, and more easily extensible applications.
Category: PHP tutorials > Development - Difficulty:
Image Uploading With Auto Thumbnails Using PHP
Image Uploading With Auto Thumbnails Using PHP
In many scenarios you cannot escape uploading images when you develop a php script. This tutorial details how you can upload images using php and auto creates thumbnails on image upload.
Category: PHP tutorials > Image Manipulation - Difficulty:
Intro to Drupal: Build a Simple CMS
Intro to Drupal: Build a Simple CMS
Intro to Drupal: Build a Simple CMS
Category: PHP tutorials > CMS - Difficulty:
Customize a Google Maps result page with Google Mapplets
Customize a Google Maps result page with Google Mapplets
A Google Mapplet is an application that runs inside a Google Maps results page and lets you add your own custom information to the page and the map. In this tutorial, you will write a Google Mapplet that uses the Yahoo Weather RSS feed to display the local weather in Google Maps. You will apply two solutions. The first is on the client side and uses RSS and JavaScript. The second is on the server side and uses XSLT, PHP, KML, and JavaScript.
Category: PHP tutorials > XML - Difficulty:
Anatomy of a WordPress Plugin
Anatomy of a WordPress Plugin
Anatomy of a WordPress Plugin
Category: PHP tutorials > CMS - Difficulty:
PHP Phone Number Validation
PHP Phone Number Validation
There are different formats in which forms present you with a way to input your phone number. Some have a 3-digit field between parenthesis for the area code, a second 3-digit field and finally a third 4-digit field. Some coders like to record the dashes and the parenthesis, like this: (123) 456-7890 or 123-456-7890 or simply 456-7890 Let"™s say you recorded the phone number using the format that uses parenthesis. You have hundreds, maybe even thousands of records. Now imagine your boss n
Category: PHP tutorials > Forms - Difficulty:
Observer Pattern
Observer Pattern
When an object needs to be updated when another changes, or extending the idea a little an event needs to be fired off after some particular event - what you are looking to code is the observer pattern. This tutorial explains what the observer pattern is, how to implement it and what are its benefits.
Category: PHP tutorials > OOP - Difficulty:
PhpBB User System Integration With Your Website
PhpBB User System Integration With Your Website
Learn how to integrate your site with your PhpBB forums for an easy user system!
Category: PHP tutorials > Authentication - Difficulty:
Total Tutorials in Category: 2243