Subscribe to feed Solarisedesign’s Recently Popular Tutorial Posts


Sep 6

Working with dates and times in PHP

Posted by , in PHP Tutorials

When developing more complex PHP sites, especially forums, discussion boards and blogs where date and time functions are important, you’ll regularly encounter situations where you need to display and manipulate values based around the current date and time. PHP includes a range of functions which can help you to easily format and adjust your date [...]

Popularity: 16.7%

Thumbnail for Working with dates and times in PHP
Clique It


Sep 6

PHP Image manipulation with GD2

Posted by , in PHP Tutorials

One of the more surprising things you can learn about PHP is that it’s actually very useful when it comes to manipulating images of varying filetypes and formats. And a good thing too, since a lot of the internet is made up of pictures! The functionality of PHP in terms of image manipulation ranges from very [...]

Popularity: 16.7%

Thumbnail for PHP Image manipulation with GD2
Clique It


Sep 6

Reporting and handling errors in PHP

Posted by , in PHP Tutorials

When developing a PHP project, whether it’s a simple website or a much larger web application, it’s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the [...]

Popularity: 16.7%

Thumbnail for Reporting and handling errors in PHP
Clique It


Sep 6

Classes and Object-Oriented Programming in PHP

Posted by , in PHP Tutorials

In this tutorial I\'ll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the [...]

Popularity: 16.7%

Thumbnail for Classes and Object-Oriented Programming in PHP
Clique It