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


DB-Upload, a database utility

Thursday, June 9th, 2005

DB-Upload is a new database utility for MySQL. This utility allows you to upload large .SQL files, that phpMyAdmin cannot handle. This will allow you to restore database backups that are several hundred MB big.

Review: WordPress 1.5

Monday, March 28th, 2005

WordPress is the most popular PHP blogging tool around, and it’s got some great features. Dennis Pallett looks at WordPress, and what things that makes it so great.

Mastering Regular Expressions in PHP

Monday, March 28th, 2005

Want to know what regular expressions are? This article will show you exactly what they are, how they are used, and includes some examples to get started with regular expressions.

PHP and Cookies; a good mix!

Monday, December 6th, 2004

Dennis Pallett shows us how to use cookies in PHP, and how to check whether cookies are enabled. Included is a sample script and several examples.

PHP On-The-Fly!

Sunday, November 28th, 2004

Dennis Pallett shows us how to create real-time PHP applications, using the XML HTTP Request Library and a few custom JavaScript functions.

Track your visitors, using PHP

Sunday, November 14th, 2004

Dennis Pallett shows us how to create a simple PHP log analyzer and how to measure your website’s success!

How to ‘JMS’ PHP

Friday, October 1st, 2004

Amir Shevat shows us what exactly JMS is, and how to use it in PHP.

Blacklist that spam, with PHP!

Friday, August 20th, 2004

Spam is an ever-growing problem for websites, and drastic measures are necessary to combat it. Dennis Pallett shows us how to successfully combat spam, by creating a blacklist system.

Screen scraping your way into RSS

Thursday, August 19th, 2004

Dennis Pallett shows us how to generate a RSS feed from a website, that does not have a feed themself. If you’re in dire need of a RSS feed from a specific page or website, this is the tutorial for you!

Backing Up And Restoring Your MySQL Database

Sunday, May 23rd, 2004

Vinu Thomas shows us how to backup your MySQL database, and restore it safely. Perfect for creating backup copies, in case of server failures.