answersLogoWhite

0


Best Answer

cURL - A Command line tool for getting or sending files using URL syntax

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does curl stand for in php prgramming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the computer acronym PhP stand for?

PHP hypertext processor


What do php stand for in money?

Philippine pesos


What is meant by PHP build is missing curl extension?

This means that the curl (Client URL) module is missing or has not been enabled.First - check your PHP extension folder for the curl module file (php_curl.dll in Windows). If it's missing, download it (a quick google search should reveal several places to retrieve the file) and place it in your PHP extension folde.Next, open your PHP.ini file and find the line:;extension=php_curl.dll... then remove the ;extension=php_curl.dllRestart apache and you should be right to go.Hope that helps.


What is the name of php language?

From Wikipedia: PHP originally stood for "Personal Home Page", it is now said to stand for "PHP: Hypertext Preprocessor", a recursive acronym. https://en.wikipedia.org/wiki/Php


How do you parse very large XML feeds into MySQL with PHP?

You will use an xml parser like simple xml. If you will focus on timeout/connection time out in curl and script time out in php is set to 0(no limit) it will help.


What is the structure of c prgramming?

A header file , a main part and a body


What does the acronym Canada PHP mean?

There is no known Canadian acronym for the words Canada PHP. PHP can stand for many things but nothing of significance, for example an organization, that it would mean in Canada.


How can a PHP page make a REST type of request?

you can open a URL synchronous, but this is very slow.It is advised to use the curl libraries instead.


What does the PHP stand for in free PHP web hosting?

PHP, or hypertext perprocessor, is a scripting language used in web development. A web hosting plan may support the use of PHP, or even other similar languages like Python or Perl.


Full form of PHP?

In early versions, PHP used to stand for Personal Home Page. It was renamed to 'PHP: Hypertext Preprocessor'. The expanded form conatins the acronym itself, therefore it is a recursive acronym.


What does the acronym php stand for?

PHP stands for Hypertext Preprocessor. This may sound a bit confusing, but it is considered a "recursive acronym" which means that the first word of the acronym is the actual acronym.


Is it apache compulsory for php mysql?

No necessarily, PHP can be used on various other web servers, not just Apache, but Apache is the most popular. MySQL is a stand-alone database engine and is used by a lot of other stuff, not just PHP apps.