WIKINDX METHODS

Method:
img()

Class:
MISC

Method Call:
include_once("core/html/MISC.php");
STRING MISC::img(STRING: $src, STRING: $width, STRING: $height, [STRING: $alt]);

Description:
Returns an <img....> formatted string.

Usage:
Example:
	include_once("core/html/MISC.php");
	$pString = MISC::img("images/wikindx.gif", "100", "50", "WIKINDX logo");
 

WIKINDX home      WIKINDX usage      WIKINDX classes