Get a visitors IP using PHP

Getting a users IP address can be useful for a number of reasons including preventing spam etc.
To access the ip [...]

PHP and MySql – Setting up the environment

The first thing that you must have to start developing PHP applications is a development environment, there are two ways [...]

Using PDO to access a mysql database

In this tutorial I will show you how to connect to a MySQL database using the pdo method. The reason [...]