PHP Tutorial

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(+): 0 | Views: 42 | Save it | Report it


Top 20 Similar PHP Tutorials

Creating Facebook Applications in PHP

In this tutorial you are going to learn how to create a simple Facebook application
General » iscripting.net
Score(+): 0 | Views: 46 | 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(+): 0 | Views: 49 | 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(+): 0 | Views: 54 | 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(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Widgets with the Zend Framework and Smarty

In this tutorial you can learn more about Widgets with the Zend Framework and Smarty
General » prodevtips.com
Score(+): 0 | Views: 46 | 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(+): 0 | Views: 54 | Similar Tuts | Save it | View this tutorial

Marrying the Zend Framework and HTML Ajax

What if you want to use some HTML Ajax without having to move code from the controller? The answer is that you have to be able to make instances of each controller. Start with the class you extend Zend_Controller_Action with
General » prodevtips.com
Score(+): 0 | Views: 88 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 58 | 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(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMS Community with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 71 | 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(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

Learn how to make a CMS community whith Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 99 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework Part 6

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework Part 6
General » prodevtips.com
Score(+): 0 | Views: 69 | Similar Tuts | Save it | View this tutorial

The Basics of PHP

This tutorial will cover some basic concepts of PHP, great if you're new to PHP
Basics » ronsguide.com
Score(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

PHP Basics

Learn about a Predefined Variable
Basics » stealth-designs.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

PHP - The absolute basics

Learn the absolute basics of programming PHP.
Basics » tutorials.birdy.nu
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Learn the Basics of PHP

This is a MASSIVE guide for beginners! and it is about basics of PHP
Basics » brainbell.com
Score(+): 0 | Views: 37 | Similar Tuts | Save it | View this tutorial

PHP string basics

A detailed description how to use PHP strings and basic string manipulation functions.
Basics » phpf1.com
Score(+): 0 | Views: 63 | Similar Tuts | Save it | View this tutorial

Basics of Mysql

Basics of MySQL and showing the contents of a database table.
Database » gfx-depot.com
Score(+): 1 | Views: 100 | Similar Tuts | Save it | View this tutorial

MySQL Basics

Simple MySQL integration for your website with PHP
Database » 13dots.com
Score(+): 0 | Views: 52 | Similar Tuts | Save it | View this tutorial