Advanced · Newest PHP Tutorials

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

Load external content using PHP and JS

the beginners guide to loading external content
Advanced » nodstrum.com
Score(+): 2 | Views: 155 | Similar Tuts | Save it | View this tutorial

Basic Strategy game

Today I will try to explain how to train and untrain units, which user will use to attack others or defend himself
Advanced » phpgamedev.blogspot.com
Score(+): 3 | Views: 174 | Similar Tuts | Save it | View this tutorial

Word Filter in PHP

Learn how to Create a basic bad words filter system in PHP
Advanced » thecodingzone.com
Score(+): 2 | Views: 208 | Similar Tuts | Save it | View this tutorial

XML and PHP

This tutorial is going to help you to learn more about XML (It is a good format to store and share any kind of data)
Advanced » brainbell.com
Score(+): 2 | Views: 142 | Similar Tuts | Save it | View this tutorial

Learn Shopping Components

We complete our description of the shopping components of the winestore by outlining the ordering and shipping modules in this tutorial.
Advanced » brainbell.com
Score(+): 3 | Views: 153 | Similar Tuts | Save it | View this tutorial

Rapid Application Development with CodeIgniter

Today I'll introduce you to CodeIgniter, a framework that does all three. CodeIgniter is an MVC application framework for PHP that gives you a consistent structure for your application, takes care of common tasks and helps you implement complex functionality with minimal effort.
Advanced » developertutorials.com
Score(+): 2 | Views: 212 | Similar Tuts | Save it | View this tutorial

Basic Strategy game

Today the author will try to explain how to create Bank structure, which would allow us to make more money per turn.
Advanced » phpgamedev.blogspot.com
Score(+): 3 | Views: 167 | Similar Tuts | Save it | View this tutorial

Ajax, ZF and Smarty feed reader

In part 1 of this series you could download the whole source which this tutorial is based on. This part and subsequent parts will make use of that source
Advanced » prodevtips.com
Score(+): 2 | Views: 184 | Similar Tuts | Save it | View this tutorial

Introduction to using PEAR HTML_Template_IT Package - Create .tpl files!

Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML
Advanced » tutorialcode.com
Score(+): 2 | Views: 199 | Similar Tuts | Save it | View this tutorial

Reloading Your php.ini File with IIS 6 Manager

This tutorial is about reloading Your php.ini File with IIS 6 Manager
Advanced » associatedcontent.com
Score(+): 3 | Views: 163 | Similar Tuts | Save it | View this tutorial

Shopping Cart

This tutorial is about Setting Up A Shopping Cart System Using PHP
Advanced » 13dots.com
Score(+): 4 | Views: 176 | Similar Tuts | Save it | View this tutorial

Getting .htaccess to work on AppServ in Windows

This tutorial is about Getting .htaccess to work on AppServ in Windows
Advanced » dalehay.com
Score(+): 3 | Views: 224 | Similar Tuts | Save it | View this tutorial

Sending Emails with the Zend Framework

Many PHP applications require the ability to send emails nowadays from simple plain-text emails confirming a registration to advanced HTML newsletters. PHP allows us to send emails using the mail() function but this can quickly get complex when you begin to add HTML, attachments and different character encoding.
Advanced » talkphp.com
Score(+): 2 | Views: 150 | Similar Tuts | Save it | View this tutorial

Smarty templates for beginners

The most common complaint that comes when a designer and a programmer are working together on the same project is that the output is mostly bugged. The reason for this is that the designer doesn't like too much funny symbols and characters in his HTML and tries to clear some of them.
Advanced » tutorials.haxansweb.com
Score(+): 4 | Views: 192 | Similar Tuts | Save it | View this tutorial