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


An introduction to XML-RPC in PHP

Sunday, January 29th, 2006

Learn more about XML-RPC and web services in this tutorial, in which Dennis Pallett will show you how to create your own XML-RPC web service and client.

Creating a SECURE file manager with PHP

Wednesday, January 25th, 2006

In this follow-up tutorial on ‘Creating a file manager with PHP’, Dennis Pallett shows you how to create a completely secure file manager!

Uploading files with PHP

Monday, January 23rd, 2006

How do I upload a file with PHP?

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.

Ajax PHP function lookup

Wednesday, January 11th, 2006

Found this nifty utility through Digg.com: phpFunctions.
This is a simple Ajax script which works just like Google Suggest, except it looks up PHP functions. Type the first part of a function, and it will automatically find the functions that match, and when you’ve found the function you’re looking for, it’ll automatically display all the details […]

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.

A Look At Livepipe

Friday, January 6th, 2006

A few days ago I got an e-mail from Ryan and Nicholas from Livepipe asking if I wanted to take a look at the first Developer’s Preview of their new PHP framework, called Livepipe. I’m always interested in new stuff, so I just took a quick look. The framework is released under a MIT license, […]

Abandoning PHP4?

Monday, January 2nd, 2006

There’s an interesting discussion over at SitePointForums over whether it’s time to abandon PHP4, and code exclusively for PHP5 now. Just to pull some random quotes out of the discussion:
PHP4 is the norm in 100% of my projects right now. I’m not happy about it and would love to migrate as quickly as possible. It’s […]

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.