PHP Tutorial

Creating Facebook Applications in PHP

In this tutorial you are going to learn how to create a simple Facebook application
General » iscripting.net
Score(+): 1 | Views: 194 | Save it | Report it


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 » talkphp.com
Score(+): 2 | Views: 140 | Similar Tuts | Save it | View this tutorial

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 » merchantos.com
Score(+): 2 | Views: 177 | Similar Tuts | Save it | View this tutorial

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 » sitepoint.com
Score(+): 1 | Views: 118 | Similar Tuts | Save it | View this tutorial

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 » developertutorials.com
Score(+): 3 | Views: 261 | Similar Tuts | Save it | View this tutorial

Security in your online applications

Protect yourself, your server and your scripts. Also covers session fixation and SQL injection.
Security » roscripts.com
Score(+): 2 | Views: 133 | Similar Tuts | Save it | View this tutorial

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 » developertutorials.com
Score(+): 5 | Views: 182 | Similar Tuts | Save it | View this 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 » talkphp.com
Score(+): 2 | Views: 125 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 4 | Views: 233 | Similar Tuts | Save it | View this tutorial

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 » brainbell.com
Score(+): 1 | Views: 120 | Similar Tuts | Save it | View this tutorial

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 » combined-minds.net
Score(+): 2 | Views: 132 | Similar Tuts | Save it | View this tutorial

Creating Crons using PHP

This tutorial is about Creating Crons using PHP
General » oopcenter.com
Score(+): 1 | Views: 116 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

In this tutorial you will learn how to create all kinds of files using PHP.
PHP Files » vipercreations.com
Score(+): 5 | Views: 252 | Similar Tuts | Save it | View this tutorial

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.
Date and Time » phptoys.com
Score(+): 1 | Views: 178 | Similar Tuts | Save it | View this tutorial

Creating your own PHP functions

A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics » zymic.com
Score(+): 2 | Views: 219 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 2 | Views: 120 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

Learn how to create all kinds of files using PHP
PHP Files » vipercreations.com
Score(+): 5 | Views: 271 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 4 | Views: 212 | Similar Tuts | Save it | View this tutorial

Creating A Permission System

Creating A Permission System for users in conjunction with a login system
Security » 13dots.com
Score(+): 4 | Views: 280 | Similar Tuts | Save it | View this tutorial

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 » iscripting.net
Score(+): 3 | Views: 163 | Similar Tuts | Save it | View this tutorial

Creating a Tag Cloud with a database

Creating a Tag Cloud with a database using PHP
Database » mileswjohnson.com
Score(+): 2 | Views: 166 | Similar Tuts | Save it | View this tutorial