<?php include_once('acronymIT.php'); $text = "The PHP version 6 is under development. Read more on the WWW or get info via RSS"; $acronymit = new AcronymIT(); $text = $acronymit->acronym($text, 1, "it"); echo $text; ?>
info at phpclasses dot org