ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements

Latest Articles


Creating a file manager with PHP

Sunday, January 22nd, 2006

This tutorial will show you exactly how to build your own file manager in PHP, allowing you to upload, edit, delete and download files online.

PHP Security: Basic PHP Security

Sunday, January 15th, 2006

In this article Dennis Pallett talks about the two security principles of PHP: filter input, escape output. Read more to learn about basic PHP security.

Back to basics: PHP & Arrays

Tuesday, January 10th, 2006

No more Ajax, Tags, Web 2.0 or anything else: it’s back to basics with this article on Arrays in PHP, by Dennis Pallett.

Creating a chat script with PHP and Ajax, Part 1

Monday, January 2nd, 2006

In the first of a new “Creating a chat script with PHP and Ajax” series, Dennis Pallett shows you how to build a live chat script using PHP, Ajax and JavaScript.

Building an advertising system with PHP, Part 3

Sunday, December 18th, 2005

In the third and final part of the ‘Building an advertising system with PHP’ series, Dennis Pallett shows you how to track impressions and clicks on each ad, and display neat charts of statistics collected.

Creating a “Who’s Online” script with PHP

Monday, December 12th, 2005

In this tutorial you will learn how to create your own “Who’s Online” script, including the location of each of your visitors.

Building an advertising system with PHP, Part 2

Monday, December 5th, 2005

In the second part of the ‘Building an advertising system with PHP’, Dennis Pallett shows you how to use a database to power the advertising system. In addition, we will also add two new features to our advertising system, and a management page.

Building an advertising system with PHP, Part 1

Tuesday, November 29th, 2005

In this first part of a new three-part series Dennis Pallett will show you how to build a bare-bones advertising system using PHP and JavaScript.

Ajax & PHP without using the XmlHttpRequest Object

Sunday, November 20th, 2005

In this tutorial Dennis Pallett shows you how to do Ajax, also known as remote scripting, without having to use the XmlHttpRequest object, using some clever PHP and JavaScript.

Using WordPress as a Content Management System, Part 2

Monday, November 14th, 2005

In part 2 of our Using WordPress as a Content Management System article series Dennis Pallett show you exactly how to change a base install of WordPress into a fully usable CMS.