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



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

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

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

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

Post New Answer

More PHP Interview Questions

What is slim framework?

0 Answers  


What is the use of strpos in php?

0 Answers  


What is the importance of "action" attribute in a html form?

0 Answers  


What is constructor and destructor?

0 Answers  


What is the advantage of runtime polymorphism?

0 Answers  






How you can update memcached when you make changes to php?

0 Answers  


hai plz inform me specific books fo0r paper1,paper2 and paper 3 of group2 examination... plz giv me at the earliest......

1 Answers   APPSC, HCL,


how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini but not working......

2 Answers  


What is php namespace?

0 Answers  


equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }

2 Answers  


Explain what is memcache?

0 Answers  


How do you check if a variable has not been set in php?

0 Answers  


Categories