image

PHP - Simple Image Upload

Submitted by razormist on
Learn on how to create a Simple Image Upload using PHP. PHP is a server-side scripting language designed primarily for web development. It is a lean and consistent way to access databases. This means developers can write portable code much easier. It is mostly used by a newly coders for its user friendly environment.

How to Get the Height and Width of Uploaded Image using PHP

Submitted by nurhodelta_17 on
In this tutorial, you will learn on how to get the size or the height and width of uploaded image using PHP with getimagesize() function. For instance that we wanted to have a server-side validation on upload image before uploading it, getimagesize() function will surely help you out.

Angular JS Create an Image Modal using CSS

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an image modal using Angular JS with the help of CSS to handle the design and animation in this tutorial. Image modal is commonly used to maximize an image to further understand its details. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.