Posts Tagged ‘php’

New PHP update promises easier development

thumbnail

The much awaited update of PHP has been released last week. The new PHP 5.3 version is a major update that came in after 2 years and many of the planned features for PHP 6 have been backported in this release.

eCommerce Script Magento Celebrates 1st Anniversary

thumbnail

March 31st marked the one year anniversary of Magento’s first production release. The open source PHP and MySql based eCommerce script went through a lot of momentum…

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? With PHP, you can easily create a log file within minutes. In this article I will show you how!

MySQL Database Handling in PHP

This tutorial will show you how to connect to a mySQL database and execute standard SQL statements against the mySQL database.