Language: PHP Highlight Mode: PHP Last Modified: March 16th, 2009
<?PHP// maximum emails to generate on each page$maxemails=50;$tld=ARRAY(".com",".com",".biz",".info",".com.au",".co.uk",".sg",".cn",".fr",".de",".org",".gov",".net",".no");SLEEP(2);SRAND((double)MICROTIME()*1000000);FOR($i=1;$i<=$maxemails;$i++){$nextmail="";$rnd=RAND(5,12);FOR($a=1;$a<=$rnd;$a++){$tmp=RAND(97,122);$nextmail.=CHR($tmp);}$fornavn=$nextmail;$nextmail.="@";$rnd=RAND(7,12);FOR($a=1;$a<=$rnd;$a++){$tmp=RAND(97,122);$nextmail.=CHR($tmp);}$rnd=RAND(1,COUNT($tld));$nextmail.=$tld[$rnd];ECHO"<a href=\"mailto:$nextmail\">".$nextmail."</a><br>\n";}?>
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.