Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 can you declare a constant variable in php?

1078


Write syntax to open a file in php?

1101


How to close a session properly?

1025


Is ruby on rails php?

1021


How to download files from an external server with code in php?

937


how to use http headers inside php? Write the statement through which it can be added?

1082


In php, how to redirect from one page to another page?

998


What is the difference between explode() and split() functions?

1143


Which operator is used to combine string values in php?

996


How to delete an element from an array?

1151


What are the rules for naming a php variable?

1126


Explain about require and include function?

1052


Which function is used in php to search a particular value in an array?

954


What is chrome logger?

1035


What is isset in php form?

1069