ASPit - Totally ASP
Search PHPit

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

Advertisements

Articles

An Extensive Examination of the PHP:DataGrid Component: Part 1

Dennis Pallett examines the PHP:DataGrid component, and has a look at what it exactly is and how to use it in your website. Part 1 of a new DataGrid series!

DB-Upload, a database utility

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

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

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!

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!

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

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

How to 'JMS' PHP

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

Blacklist that spam, with PHP!

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

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

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

Overview: PHP

Jason Cartwright gives us a brief explanation on PHP and what it can be used for. If you're new to PHP, then this should be the first article for you to read!

.htaccess Wrappers with PHP

Robert Plank discusses htaccess wrappers and what they can be used for. If you'd like to watermark your images or add headers to all your HTML documents, then this is the article for you!

Clickbank Security Using PHP

Robert Plank shows us how to protect your ClickBank products, using PHP. No more worrying about managing databases or customer lists!

PHP in the Command Line

PHP is a very powerful scripting language, and you can use all that power in combination with the power of a command line. Robert Plank shows us how!