PHP Tutorial
Creating Facebook Applications in PHP
In this tutorial you are going to learn how to create a simple Facebook application
General »
Top 20 Similar PHP Tutorials
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 »
Facebook PHP Tutorial
I will cover the basics of using the Facebook PHP Client Library and how to get your application started, including:
1. Installing The Facebook Developer Application
2. Downloading The Facebook PHP Client Library
3. Creating Your Application
4. Hello Facebook! Example
5. FBML - Facebook Markup Language
6. Using the Facebook API
Basics »
Developing with the Facebook Platform and PHP
Social networking sites like Facebook provide site owners and developers with myriad new ways to promote their offerings. Here, David walks you through the many ways in which your apps can interact with Facebook to provide enhanced functionality and facilitate the cross-promotion of your sites.
Advanced »
Create a Facebook Application With PHP
This tutorial covers the basics of using the Facebook PHP Client Library and how to get your application started, including, installing the Facebook Developer Application, downloading the Facebook PHP Client Library, create your application, a hello Facebook! example, FBML - Facebook Markup Language and using the Facebook API.
Basics »
Security in your online applications
Protect yourself, your server and your scripts. Also covers session fixation and SQL injection.
Security »
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 »
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 »
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 »
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 »
Creating an IRC bot in PHP
Combined Minds presents you the biggest and best PHP -> IRC bot tutorial on the web! This tutorial learns you how to create a very good working IRC bot from scratch!
Advanced »
Creating Files with PHP
In this tutorial you will learn how to create all kinds of files using PHP.
Creating Calendar in PHP
In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.
Creating your own PHP functions
A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics »
Creating RSS documents with the DOM API
This article illustrates how you can use the PHP5 DOM API to create your own RSS files. When used in conjunction with RSS Parsing with SimpleXML, these articles will help you create and read RSS files by utilizing two of the new PHP5 extensions, SimpleXML and DOM.
Basics »
Creating Files with PHP
Learn how to create all kinds of files using PHP
Creating a menu system
In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.
General »
Creating A Permission System
Creating A Permission System for users in conjunction with a login system
Security »
using OOP in a useful way by creating a filemanager script
Learn how to use OOP in a useful way by creating a filemanager script
General »






