Search

You searched for the word(s): userid:865232

Matching Posts

  • Re: migrating from php to asp.net

    Thanks for your replay. Actually i have used PHP to Asp.Net Migration assistant tool ,the problem is the curl function.i couldnot find any corresponding function in asp.net to this curl function in Php.Is there any function corresponding to this curl?.This is the only one problem i have faced. Thanks Suneesh.T
    Posted to Migrating from PHP to ASP.NET (Forum) by suneesh on 4/16/2009
  • migrating from php to asp.netp

    How can convert bellow curl function in php to asp.net . $this->debug($url); $ch = curl_init($url); curl_setopt($ch, CURLOPT_FAILONERROR, true); curl_setopt($ch, CURLOPT_USERAGENT, $this->__expected_useragent); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_TIMEOUT, 90); $page = curl_exec($ch); if (!curl_errno($ch)) { $this->debug($page); curl_close($ch); } else { $this->debug(curl_error($ch)); $page = false; }
    Posted to Migrating from PHP to ASP.NET (Forum) by suneesh on 4/16/2009
Page 1 of 1 (2 items)