Skip to content

Basics

secure coding php

PHP Exceptions

Exceptions are used to change the normal flow of a script if a specified error occurs. Today, I am going to show you how to use and handle the PHP Exceptions properly.

photo

How to crop an image using jQuery and PHP

Many of people using applications I created had trouble with adding images. They often don’t know how to crop or resize them using Photoshop or Irfan. This tutorial will show you how to help them by adding crop and resize functionality with jQuery and PHP.