PHP Tutorial
How to create webpages using ExpressionEngine
The basic concept in ExpressionEngine is that of a template. Go to any ExpressionEngine powered website and you will undoubtedly be looking at a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a HTML (or CSS or JavaScript) file. If we wanted to, we could use a template exactly like a HTML file, without any problems. We could create an entire website without ever using any other part of ExpressionEngine. At the end, you will have a completely working weblog, and a great understanding of how you can use HTML and CSS in templates.
Advanced »
Top 20 Similar PHP Tutorials
Create a PHP Include File to create logging of server messages to a central logfile
This is a PHP include file which does logging of messages to a central logfile. You can use it in all your applications to avoid writing the same code over and over.
General »
Create a Visitor Map
This tutorial aims to outline the process of creating a visitor map you sometimes see on MySpace profiles.
Database »
Create Thumbnail with PHP
Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
PHP create surveys
A php/mysql do your own survey tutorial to help you find the best answers to your questions directly from your visitors.
Basics »
2 different methods to create BBcode in PHP
This is a practical guide on creating simple and complex bbcode with php
General »
Create your own password generator using PHP
This tutorial will show you how to setup a basic password generator that includes basic features that every password generator should use.
Security »
Create your own Codebox's in Wordpress
After studying this tutorial you will be able to Create your own Codebox's in Wordpress
General »
How to Create a Custom RSS Feed with PHP
An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically.
This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
General »
How To Create Simple PHP Widgets
Learn how to create simple widgets. Source code is also attached with it.
Basics »
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 »
Create a Countdown timer in PHP
After studying this tutorial, you will be able to create countdown timer in PHP
How to create a link checker
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
General »
Create dropdown menus using array
This tutorial will explain how to create a dropdown menu using function which populates values from the array
General »
Create Expanding & Collapsing Menus in PHP
Learn how to Create Expanding & Collapsing Menus in PHP ( Includes a downloadable sample)
General »
Tutorial: Create a zip file from folders on the fly
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
Create cropped thumbnails with gdLibrary
Learn how to create cropped thumbnails with gdLibrary
How to create a basic news system with PHP
In this tutorial I will show you how to create a basic file based news system with integrated WYSIWYG editor.
General »
Create a Login System with Flex and PHP
In this tutorial you will learn how to create a login system with Adobe Flex and PHP. It's quite basic, but you should have a general knowledge of both Flex and PHP to begin with. What we"re going to be using:
Adobe Flex
-View States
-Transitions
-Web Requests
PHP
-Login the User
Coffee
-This tutorial is long!
Alright lets get started!
General »






