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
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 |
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 |
Explain about the data types in PHP?
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
is 'easyphp' is compelete technology to design a phpmysql site?
Is it possible to remove the html tags from data?
how long a default session stay in php?
How do you identify independent and dependent variables in regression analysis?
How many escape sequences are recognized in double-quoted strings?
Is empty array php?
What is strcmp () in php?
What is alias in php?
Which cryptographic functions in php returns the longest hash value?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,