What are the Merits and De-Merits of CURL library ?
PHP supports libcurl, a library that allows you to connect
and communicate to many different types of servers with many
different types of protocols.
libcurl currently supports the http, https, ftp, gopher,
telnet, dict, file, and ldap protocols.
libcurl also supports HTTPS certificates, HTTP POST, HTTP
PUT, FTP uploading (this can also be done with PHP's ftp
extension), HTTP form based upload, proxies, cookies, and
user+password authentication.
| Is This Answer Correct ? | 4 Yes | 1 No |
Which cryptographic extension provide generation and verification of digital signatures?
What is T_PAAMAYIM_NEKUDOTAYIM?
How can we display the output directly to the browser?
Can we run php on tomcat server?
What is difference between required and include in php?
i have designed a registration form in html (registration.html) and to insert user details in database i have designed a submit form in php (submit_registration.php) but when i click on submit button in registration.html it opens a dialogue box which asks for open or save php(submit_registration.php) even though i have already installed apache HTTP server and php version 5 on my computer and i am using mysql as backend. plz suggest me what should i do????
Explain mysql_error().
Tell me how to execute an sql query? How to fetch its result?
Where do I run php code?
What’s the special meaning of __sleep and __wakeup?
What is the use of imagetypes() method?
What is session php?