Compiled Chronicles

A software development blog by Angelo Villegas

Category: PHP

  • PHP: ImageHelper

    ImageHelper is a simple PHP class that save, resize and/or crop photos. You can download the script in the links listed below. ImageHelper download link Sample Usage : Functions saveImage( $url , $serverURL ) saves an image from a URL. The function uses cURL to copy an image from the URL then save it to…

  • PHP: UPPEValidator

    UPPEValidator is a simple PHP class that will help validate email addresses, URLs, passwords, and phone numbers. You can download the script in the link listed below. UPPEValidator Download Link Sample Usage : Functions :

  • PHP: DBClass

    DBClass is a simple PHP class that will help ease database connection usage. You can download the script in the links listed below. DBClass Download links Sample Usage : Functions :