Browse Our PHP Tutorials Archive :

PHP Search Optimization Best Practices

This guide provides an overview to best coding practices that can help streamline the code and presentation of your site for search engines.

How Ruby on Rails Compares with PHP

As the two primary web coding languages, many beginning and advanced developers debate the merits of Ruby on Rails versus PHP. Like any great rivalry, the languages have developed and evolved, answering gaps, criticism and needs over time to become more mature.

An Introduction to MVC Models with PHP Application Development

As modern PHP application has evolved, many leading developers have adopted a model view controller (MVC) approach to separate front and back-end logic presentation.

Implementing User Functionality with PHP and mySQL

Whether you’re upgrading an existing site to incorporate a mySQL database, or want to better understand how to incorporate user features from scratch, this guide is for you.

Understanding the Zend Framework for PHP

As one of the leading MVC (Model, View, and Controller) frameworks for PHP, Zend Framework is an open source web development platform that can improve the organization of your PHP applications.

First Steps for Setting up PHP 5 to Work on Your Apache Server

With the release of PHP 5, most modern web applications now rely upon the language to serve both front and back-end scripting.

How to Query a Database with PHP

Working with a common LAMP software stack, PHP is a natural fit with mySQL databases. To help you understand how to use the two together, it’s important to conceptualize how the two fit together.

How to Code a Basic Review Script in PHP

While usability testing can be an expensive, long process, you can integrate a basic review script into each of your pages to get real time feedback from your customers.

Understanding Applications of Arrays in PHP

Arrays are simply collections of data organized into pairs, which makes the information easier to analyze or manipulate. With PHP, there are a wide variety of integrated functions which you can use to work with data.

How to Redirect a Web Page

HTTP response status codes 301 and 302 are used to indicate the browser that the requested page (URL) is to be found at another location.

How to Increase PHP Memory Limit

Are your PHP scripts running out memory? This tutorial shows how to increase PHP’s memory limit on a shared hosting account.

spacer