Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Use the CURLOPT_URL option to define the target URL for your PHP/CURL session, as shown in Example A-2.
Example A-2. Defining the target URL
curl_setopt($s, CURLOPT_URL, "http://www.schrenk.com/index.php");
You should use a fully formed URL describing the protocol, domain, and file in every PHP/CURL file request.