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

When is a conditional statement ended with an endif?

1000


What is use of count() function in php?

1100


What is Type hinting in PHP?

1201


What is session in c#?

1033


With a heredoc syntax, do I get variable substitution inside the heredoc contents?

1160


What are the functions to be used to get the image's properties (size, width and height)?

1033


Is php better than java?

1028


Tell me what are the __construct() and __destruct() methods in a php class?

1059


What are the two main string operators?

1101


What is the mysql injection?

1049


What are the functions for imap?

1169


How to close a session properly?

1017


What are the main error types in php and how do they differ?

1370


Why do we need session?

1026


Tell me how to execute an sql query? How to fetch its result?

1022