Language: PHP Highlight Mode: PHP Last Modified: February 27th, 2009
<?PHP// highlight words in a string FUNCTION highlight($text,$search){$text=PREG_REPLACE("/(^|\s|,!|;)(".PREG_QUOTE($search,"/").")(\s|,|!|&|$)/i","\\1<span class='hlstyle'>\\2</span>\\3",$text);RETURN$text;}?>
SQL University.net courses meet the most demanding needs of the business world for advanced education
in a cost-effective manner. SQL University.net courses are available immediately for IT professionals
and can be taken without disruption of your workplace schedule or processes.
Compared to traditional travel-based training, SQL University.net saves time and valuable corporate
resources, allowing companies to do more with less. That's our mission, and that's what we deliver.