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


Using the CURL library in PHP

Sunday, April 23rd, 2006

Learn more about the CURL library in this article. Dennis Pallett will take you through the basics of the CURL library, including its options and various functions.

Having fun with PHP’s output buffer

Sunday, April 16th, 2006

In this article Dennis Pallett explains what the output buffer is, how to use it, and shares some neat tricks possible with the output buffer. Samples and demo code included.

Force download

Thursday, April 13th, 2006

This codesnippet is used to force a download of any type of file, including images and html pages.

Handling dates and times in PHP & MySQL

Sunday, April 9th, 2006

Handling dates and times in PHP and MySQL can be a tricky task at times, and that’s why in this article Dennis Pallett discusses the date/time problem, and gives a solid solution.

Creating a chat script with PHP and Ajax, Part 2

Monday, April 3rd, 2006

In this second part of the ‘Creating a chat script with PHP and Ajax’, we start from scratch and create a PHP-based chatroom, using Ajax, the Prototype JS library and JSON. Live demo and project files included.