|
|
|
0) {
$SVURL = $SVURL.urlencode("?".$SVQuerystring);
}
$SVContent = file_get_contents($SVURL);
list($SVHTTPVersion,$SVHTTPStatusCode,$SVHTTPMsg) = explode(' ',$http_response_header[0], 3);
switch($SVHTTPStatusCode) {
case 200:
echo ($SVContent);
break;
default:
echo "";
break;
}
// ---------------------------------------------------------------------------
?>
|
|
|
S. O. Solutions is now Aptaria
 Aptaria is leading the transformation of organizations of all sizes to On-Demand Enterprises through the use of Software-as-a-Service (SaaS). read more
|
Blog
 The On-Demand Enterprise is a blog that focuses on the ongoing revolution that is turning companies of all sizes into On-Demand Enterprises... read more
|