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
What are the ways to include file in php?
What is namespaces in PHP?
Why do we use javascript in php?
Is php closing tag necessary?
Can I learn php in a month?
Can you pass an array into a function?
How to retrieve values out of an array?
How can we destroy the cookie in php?
What is the use of $_request variable?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What does the expression exception::__tostring means?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
What is the difference between require and include in php?
What exactly is validating and sanitizing?
What is local variable in php?