Language: PHP Highlight Mode: PHP Last Modified: February 28th, 2009
<?PHP$fullurl="http://www.domain.com/cgi-bin/printurl.cgi?url=http://test.com&email=foobar@reserved.com";ECHO"The full URL: ".$fullurl."<br><br>\n";$fullurl=EREGI_REPLACE("http://","",$fullurl);ECHO"The full URL without http: ".$fullurl."<br><br>\n";$request_part=STRISTR($fullurl,"/");ECHO"The request part: ".$request_part."<br><br>\n";$main_url=SUBSTR($fullurl,0,STRPOS($fullurl,"/"));ECHO"The domain only: $main_url";?>
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.