Method:
img()
Class:
MISC
Method Call:
include_once("core/html/MISC.php");
STRING MISC::img(STRING: $src, STRING: $width, STRING: $height, [STRING: $alt]);
include_once("core/html/MISC.php"); $pString = MISC::img("images/wikindx.gif", "100", "50", "WIKINDX logo");