What is the meaning of curl , which is used while connecting
with pay pal? and how it works?
Answers were Sorted based on User's Feedback
Answer / madipally naveen kumar
Curl means client URL , php supports libcurl which allows
you to connect and communicate to many different types of
servers with many different types of protocals .libcurl
currently supports http,https,ftp,gopher,telnet and ldap
protocals.Once you have enabled the php with curl
support.you can use the curl functions.You can intialize a
curl session using the curl_init(),then you can set all
your options for the transfer via the curl_setopt(),then
you can execute the session wiht the curl_exec() and then
you can finish off your session using the curl_close().
| Is This Answer Correct ? | 56 Yes | 0 No |
Answer / vipul dalwala
CURL means copy url... It will copy the page from remote
location to ur php page
| Is This Answer Correct ? | 10 Yes | 22 No |
What are the security measures we have to take for our site not to hack by others?
What is the array in php?
Why overriding is called runtime polymorphism?
How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
Tell me is it possible to remove the html tags from data?
What language is similar to php?
How to get the value of current session id?
What is the main function of php?
How can I find the colour of a pixel of an image?
2 Answers Rushmore Consultancy,
Who is the father of PHP and explain the changes in PHP versions?
15 Answers ADISoft Tech, Genpact, PropTiger, TWA,
Is it easy to learn php?