Installing Wordpress Themes
Thursday August 30, 2007
Wordpress is one of the most popular blogging software options available, and is written in PHP. One built in features is the ability to easily change themes. This ... Read More
Changing CSS with PHP
Thursday August 23, 2007
You can use PHP to change between one website style and another, and store the user's preference as a cookie. This allows you to have more than one site ... Read More
Backup vBulletin
Monday August 20, 2007
It is always important to backup your data, and posts on your forum are no exception. If you use vBulletin, you are able to do this from the admin control ... Read More
Pagination with PHP and MySQL
Friday August 17, 2007
Whenever you search your MySQL database from PHP, there is a potential to have far to much information to effectively display on one page. But how do you display ... Read More
phpMyAdmin 2.11.0-rc1 is released
Wednesday August 15, 2007
This is the first release candidate of phpMyAdmin 2.11, which will probably be the last series supporting PHP 4.
This version supports creating VIEWs from query results and can manage triggers, ... Read More
Do You Backup Your Database?
Monday August 13, 2007
Well I learned the hard way this weekend that I should take my own advice and backup my MySQL databases! Any of your scripts that have a MySQL back ... Read More
Review of vBulletin
Thursday August 9, 2007
Over the years I have encountered many different forum systems. In this article I review vBulletin software. Perhaps it can give you some insight if your are choosing ... Read More
Pi Constants
Monday August 6, 2007
How do you write two divided by the square root of pi? You don't have to write the whole equation, you can simply use M_2_SQRTPI in PHP. There ... Read More
Square Root!
Friday August 3, 2007
PHP can be used to preform simple and complex math calculations. One function you can use is sqrt() which will find the square root of a number. ... Read More
Getting Started in PHP
Wednesday August 1, 2007
If you are new to the PHP scene, you'll want to take a look at our My First PHP Script article. It has all the information you'll need about ... Read More

