PHP Tutorial
A Brief Introduction to Using the Wonderful SQLite in your PHP Applications
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
Database »
Top 20 Similar PHP Tutorials
Introduction to Debugging and Error Checking your PHP Applications
Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it! This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications. There are also many fully-fledged debugging tools for PHP that lets you set breakpoints, watch variables, and such like, but we won't be using them in this article.
Basics »
Building Desktop Applications in PHP
So, you’re a hotshot PHP developer. You’ve written a lot of code powering some pretty cool websites; maybe you’ve even written some public / open source scripts that other developers are using. You’ve been through it all with the web, from basic database hacks to battling with inconsistent browser rendering, and now you want to have a go at something different.
Basics »
Security in your online applications
Protect yourself, your server and your scripts. Also covers session fixation and SQL injection.
Security »
Creating Facebook Applications in PHP
In this tutorial you are going to learn how to create a simple Facebook application
General »
Learn the Authentication and Security for Database Applications
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web
Security »
The Framework Basics of Creating Multilingual PHP Applications using XML
This article will inform you on how many people go about creating multilingual websites, as from the title, the article will outline the lingual framework which then allows you to then introduce other languages with ease
Advanced »
Introduction to PHP
This tutorial is an Introduction to PHP and after studying this tutorial you will be able to write a Hello World program.
Basics »
Introduction to OOP
OOP stands for Object Oriented Programming. This is a short introduction to the concept.
Introduction to Functions
Learn how to use PHP functions with this basic guide
Introduction to Serializing with an example
This is an introduction to Serializing with an example
General »
Introduction to using classes
This tutorial will teach you what classes are and how to use them effectively in your web application.
An Introduction to Sessions & Cookies in PHP
This tutorial is an Introduction to Sessions & Cookies in PHP
Basics »
An introduction to conditional statements
In this tutorial you will learn about conditional statements, the if- and switch-statements.
Basics »
Hello World! Introduction to CodeIgniter
An basic introduction to the CodeIgniter Php Framework.
Advanced »
Introduction to Object Oriented Programming
This basic introduction to object oriented programming in PHP will take you through the process of creating your first class and show you how you can use it in your very own website.
Introduction to Object Oriented Programming
This tutorial is a light into the world of OOP
General »
Introduction to Cookies and Session Management
This tutorial is an Introduction to Cookies and Session Management
Basics »










