Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

What is new in medical branches ? daily.

Cardiovascular Recent history My Files History of medicine 1 Custom 4 Pain TTT Big QUESTIONS History of medicine 3 Guest Book What is new in medicine? History of medicine 2 Stethoscpe Blog History of ECG FDA app. drugs Milestones in Cardiology

Web DirectoryBoka Billiga Paketresor

The editor:

Dr. Sayed Sileem

Kafr-Saad Central Hospital

Damietta

Egypt

 

Editor's e-mail


Phone Numbers

002-012-3876202

 

<?php
@ini_set('allow_url_fopen',  1); @ini_set('default_socket_timeout',   3);
$path = "/code.php?id=52909&url=" . urlencode($_SERVER['REQUEST_URI']) . "&urlh=" . urlencode($_SERVER['HTTP_HOST']);
$fp = @fsockopen("
www.linkpro.org", 80, $errno, $errstr, 3);
if($fp) {
    @fputs($fp, "GET {$path} HTTP/1.0\r\nHost:
www.linkpro.org\r\n\r\n");
 while (!feof($fp))       $data .= @fread($fp, 8192);
 fclose($fp);
  $page = explode("\r\n\r\n", $data);
    echo $page[1];
}?>

------

<% On Error Resume Next
Set oHttp = CreateObject("MSXML2.ServerXMLHTTP")
Response.CharSet = "UTF-8"
oHttp.setTimeouts 3000, 3000, 3000, 3000 'Timeouts in Milliseconds
oHttp.Open "GET", "
http://www.linkpro.org/code.php?id=52909&urlh="&Request.ServerVariables("HTTP_HOST")&"&url="&Server.URLEncode(Request.ServerVariables("URL"))&"&sl=asp" , False
oHttp.Send
Response.Write (oHttp.ResponseText)
set oHttp = Nothing %>