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

Explain about the data types in PHP?

0 Answers  


i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200

1 Answers  


is 'easyphp' is compelete technology to design a phpmysql site?

3 Answers  


Is it possible to remove the html tags from data?

0 Answers  


how long a default session stay in php?

8 Answers  






How do you identify independent and dependent variables in regression analysis?

0 Answers  


How many escape sequences are recognized in double-quoted strings?

0 Answers  


Is empty array php?

0 Answers  


What is strcmp () in php?

0 Answers  


What is alias in php?

0 Answers  


Which cryptographic functions in php returns the longest hash value?

0 Answers  


How can we encrypt the username and password using PHP?

3 Answers   Rushmore Consultancy,


Categories