answersLogoWhite

0

What is PHP ?

User Avatar

Sushant Thakur

Lvl 1
5y ago
Updated: 4/24/2021

PHP stands for "PHP: Hypertext Preprocessor" (a recursive acronym).

It is a server-side scripting language. You can think of it as a "plug-in" for your Web server that will allow it to do more than just send plain web pages when browsers request them. With PHP installed, your web server will be able to read a new kind of file (called a PHP script) that can do things like retrieve up-to-the-minute information from a database and insert it into a Web page before sending it to the browser that requested it.

PHP can also be used on a personal computer and ran by a command line or command prompt program to carry out functions and scripts.

PHP is completely free to download and use.

It is a general purpose scripting language designed for web development to produce dynamic web pages

PHP is a scripting language used by servers to create web pages;

it's a partial, graphic, hi-level computer language.
PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.

User Avatar

Jarrod Ruecker

Lvl 10
4y ago

What else can I help you with?

Related Questions

What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


Is php a binary file?

No, PHP is text file with .php extension.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


Where can PHP help be found online?

PHP help can be found online in several different places. Some of these places include PHP Live Support, PHP Moot, PHP Help, Live Person, and PHP Freaks.


What is php extension?

We can write php extension is many way... .php , .php5, .php4


How do I get rid of PHP in Charter's home page?

Open the PHP script and delete the PHP from it.


How do you write a php algorithm?

Well if you know php then you can write your own algorithm php syntax is <?php //open php tag $num = 1; $num2 = 2; $total = $num + $num2; echo $total; ?> //close php tag


What are semantics in PHP?

PHP is related with HTML. HTML can be included into PHP script as well as PHP script can be included into HTML code. PHP begins and ends with <?php ?>. PHP is mix of few languages so semantics is mixed too.