Dennis Pallett

About Dennis Pallett

Dennis Pallett is a young tech writer, with much experience in ASP, PHP and other web technologies. He enjoys writing, and has written several articles and tutorials. To find more of his work, look at his websites at http://www.phpit.net, http://www.aspit.net and http://www.ezfaqs.com.

PHP:Form Series, Part 1: Validators & Client-side Validation

IntroductionWelcome to the first part of a new two-part series on the PHP:Form web component. In this part, I will give you an introduction to PHP:Form, its features, and why it is so useful.
Date Posted: September 26, 2005

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

An Extensive Examination of the PHP:DataGrid Component: Part 1IntroductionOne of the most common tasks in PHP is retrieving data from a database table, and creating a HTML table to output that data.
Date Posted: August 15, 2005

Mastering Regular Expressions in PHP

What are Regular Expressions?A regular expression is a pattern that can match various text strings. Using regular expressions you can find (and replace) certain text patterns, for example "all the words that begin with the letter A" or...
Date Posted: March 28, 2005

Screen Scraping Your Way Into RSS

IntroductionRSS is one the hottest technologies at the moment, and even big web publishers (such as the New York Times) are getting into RSS as well. However, there are still a lot of websites that do not have RSS feeds.If you still want to be able...
Date Posted: December 11, 2004

PHP and Cookies; a Good Mix!

IntroductionCookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies?
Date Posted: December 06, 2004

PHP On-The-Fly!

IntroductionPHP can be used for a lot of different things, and is one of the most powerful scripting languages available on the web. Not to mention it's extremely cheap and widely used.
Date Posted: November 28, 2004

Track Your Visitors, Using PHP

There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yourself?
Date Posted: November 14, 2004