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 WordPress as a Content Management System, Part 1

Saturday, October 29th, 2005

In this first part of our new WordPress series, which will show you how to use WordPress as a CMS, Dennis Pallett gives you an introduction to WordPress plugins and templates.

Internationalising your PHP scripts?

Thursday, October 27th, 2005

Jim Plush has posted some excellent tips about language files and international PHP scripts on his blog. In his entry, which can be viewed by clicking here he gives nine pointers on what you should look out for when creating a PHP script that needs to support different languages. And it’s a lot harder than […]

5 Tips To Speed Up PHP Development

Sunday, October 23rd, 2005

In this article, Dennis Pallett gives you five great tips on speeding up your PHP development.

PHPit now running on WordPress

Sunday, October 23rd, 2005

I’ve changed our backend, and PHPit is now proudly running on WordPress!

Create your own BBCode, using PHP

Sunday, October 16th, 2005

This tutorial will show you how you can create your own BBCode using PHP and regular expressions.

BBCode Format Function

Sunday, October 16th, 2005

This function can be used in your scripts to use BBCode.

PHP:Form Series, Part 2: Formtypes & Setting Default Values

Sunday, October 9th, 2005

In this second and final part of our PHP:Form series, you will learn what formtypes are and how to use them. In addition, Dennis Pallett also shows you a neat little feature of the PHP:Form component: setting default values.

PHP & Security: 3 Example Exploits

Saturday, October 1st, 2005

Security is one of the most important things of a PHP script, and must be your top priority. In this article, Dennis Pallett shows us 3 example exploits and how to prevent them from working in your PHP scripts!