What is the meaning of curl , which is used while connecting
with pay pal? and how it works?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to reset/destroy a cookie in php?

690


What is the difference between the include() and require() functions?

1092


Which php framework is best for security?

690


How can you encrypt password using php?

668


Why php language is used?

684






What is the functionality of the functions strstr() and stristr()?

692


How do you debug php?

717


Why did you choose this particular career path?

8502


Difference between $message vs. $$Message in php.

742


What is the use of explode() function?

758


What types of MYSQL function available for affecting columns

708


How does php isset work?

685


Is it possible to use com component in php?

699


How to reset/destroy a cookie?

755


Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

694