' src='' alt=''>

Description

Details

Author: ".$image_author."

"; // Image ID echo "

ID: ".$image['id']."

"; // Image Upload date echo "

Last updated: +0 ".$image['upload']."

"; ?>
File Name: ".$image_pathinfo['filename']."

"; // File extention echo "

File Type: ".pathinfo($image['imagename'], PATHINFO_EXTENSION)."

"; // Image resolution list($width, $height) = getimagesize($image_path); echo "

Image resolution: ".$width."x".$height."

"; ?>
Download image"; ?>

Tags

".$tag."

"; } else { echo "

".$tag."

"; } } } else { echo "

No tags present

"; } ?>

Danger zone

"; } /* |------------------------------------------------------------- | End of displaying all user info |------------------------------------------------------------- */ } ?>