Categories

Updated: 12/13/2006

php Thumbnail creator - a simple PHP integration tool

Thumbnail creator is an GD library PHP script. It attempts to be &"PHP- like&", and simple to use. This optimize the website, and blocks the larger image to be flushed down. Some features include: Supports jpg, png images. Required GD library version 2 open minded [1] simple, functional interface simple script which will create thumbnail for given width and height from a image. GETTING STARTED Install: 1) copy file thumbnail.php in your folder 2) include the file thumbnail.php in the file from where you want to call this script. 3) Then pass four parameters to the function given below: create_thumbnail(&"$srcIma gePath&",&"$destImagePath&", $w,$h);
Similar Scripts for "php Thumbnail creator - a simple PHP integration tool"

PHPLiveX

This class can be used to call PHP functions from Javascript in Web pages using AJAX. It generates Javascript code that implements functions with the same names and function arguments as given list of existing PHP functions. When the gene...

getServer Path (function)

a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and it will return everything up to the current folde...

RSS News Feed Parser in PHP

This easy to use PHP script makes adding RSS news / blog feeds to your website quick and easy. Simply include the script and call a function. Customizable CSS styles for headlines and detail. Also chose to include details or just titles. To add more ...

PHP_Dyn

PHP_Dyn is PHP Extension to help debugging a PHP script. You can get execution trace of scripts not to need change them. HTTP request parameter can be printed. Argument value of the function call and return value can be printed.

Top 21 PHP Programming Mistakes - Part 2: Seven Serious Mistakes

In this second part of the series, it describes 7 common mistakes in PHP programming that will lead to drastically slower run times and less secure scripts, in addition to less maintainable code. Topics covered: Not Following Basic Naming Conventions...
©2003-2008 jCay.com