User Profile
Collapse
-
Thnx nathj.some days ago my friend said about 'cURL'.Then i went through that and got some idea.I think there is lot of such powerfull and magical things in PHP.That was the thing behind my question.I am already familiar with "http://www.w3schools.c om/php/default.asp".He was my first tutor in HTML,JavaScript and PHP.... -
suggest some key words
hii all, i am a beginner in PHP.But i have no time to go through all the details of PHP.Give me some key words to search which are new or powerfull or exclussive for PHP. -
cURL is not working
why i am not getting the page 'http://www.gmail.com'
[PHP]<?php
// create a new curl resource
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch , CURLOPT_URL, "http://www.gmail.com/");
curl_setopt($ch , CURLOPT_FOLLOWL OCATION, true);
curl_setopt($ch , CURLOPT_HEADER, 1);
// grab URL, and print
curl_exec($ch);
?>[/PHP]
...
No activity results to display
Show More
Leave a comment: