You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ch = curl_init('http://en.wikipedia.org/w/api.php?action=query&prop=extracts&format=json&exsentences=5&exlimit=10&explaintext=&titles=Edward_S._Curtis'); //file we're getting current conditions from curl is a method for manipulating files
curl_setopt($ch, CURLOPT_TIMEOUT, 50); // if don't get file in 50 miliseconds, close it
curl_setopt($ch, CURLOPT_FILE, $fp); // put contents of foreign file in local file