answersLogoWhite

0

What is new in PHP?

Updated: 9/21/2023
User Avatar

Phpdeveloper

Lvl 1
9y ago

Best Answer

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

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is new in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

How do you add a comment in PHP?

< ?php // This is an example of comment in PHP /* This is another example of comment in PHP and we can write comments in multiple lines using this method */ ? >


What is php fullform?

"PHP: Hypertext Preprocessor".


What is the full form of PHP?

PHP: Hypertext Preprocessor is the full name of PHP. It originally stood for Personal Home Page. This was changed in 1997 with the release of PHP 3.


Which is the latest stable version of PHP?

The lastest stable versions of PHP (as of March 3, 2012): PHP 5.4: Version 5.4.1 PHP 5.3: Version 5.3.11


What is the difference between simple php and core php?

The terms "simple PHP" and "core PHP" are not commonly used in the web development community, but based on the context, we can provide an explanation of what they might refer to: Simple PHP: "Simple PHP" is a vague term that could refer to using basic PHP syntax and features without incorporating any advanced frameworks or libraries. In this context, "simple PHP" typically means writing PHP code without relying on additional tools or external dependencies. It implies a straightforward and minimalistic approach to PHP development. Core PHP: "Core PHP" refers to the fundamental and essential features of the PHP programming language itself. Core PHP includes the core functions, language constructs, and syntax provided by PHP without the use of any external libraries or frameworks. It involves writing PHP code in its purest form, utilizing the features and functionalities offered by the PHP language without any additional abstractions. In summary, "simple PHP" suggests a minimalistic approach to PHP development, while "core PHP" focuses on utilizing the essential features and syntax of the PHP language itself without relying on external dependencies. It's worth noting that both terms are not widely used, and their exact definitions may vary depending on the context and the individuals using them.

Related questions

What are PHP packages?

PHP packages are like modules you can add to PHP to add functionability. Adding new packages will allow you do do new things in your PHP scripts.


What new features are in PHP 5.5?

A full list can be found in the php docs.Biggest new features are generators and the finallykeyword.


How do you create a PHP script?

To create a PHP script all you have to do is create a new file, then save the file as "filename.php". It must have a .php file extension.After that open the file and put in the PHP tags like shown.Then you write your PHP script within those tags and upload to your web space and check it out.


What is PHP data coding?

PHP data coding is softwares that allows or has frameworks which can make PHP input to it's own script language. So you may code programs for example with PHP, just that it has to be extended PHP because of new functions and features. It may also be application coding for the web.


What is the history of PHP?

PHP began as a set of perl scripts to track access to his resume. He called it "Personal Home Page Tools". When he needed more tools, he wrote a C implementation, made made it public. He then changed the name to "Personal Home Page / Forms Interpreter", or PHP/FI. PHP/FI 2 was spend mostly in beta releases, and about 1% of the servers where using it. PHP 3 followed closely. PHP 3.0 was the first version that closely resembles PHP as we know it today. It was created by Andi Gutmans and Zeev Suraski in 1997 as a complete rewrite. The whole new language was released under a new name, that removed the implication of limited personal use that the PHP/FI 2.0 name held. It was named plain 'PHP', with the meaning being a recursive acronym - PHP: Hypertext Preprocessor. PHP 4 includes a new engine, the Zend engine. It was the first widely known release of php, and is still the most used today. It included many enhancement, such assupport for many more Web servers, HTTP sessions, output buffering, etc. PHP 5 is the most recent version, and it is driven by the Zend Engine 2.0. The new features include a brand new object model, namespaces, and multiple other improvements.


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


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


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


Who created The Language of PHP?

PHP is the Web development language written by and for Web developers. PHP stands for PHP: Hypertext Preprocessor. The product was originally named Personal Home Page Tools, and many people still think that's what the acronym stands for. But as it expanded in scope, a new and more appropriate (albeit GNU-ishly recursive) name was selected by community vote. PHP is currently in its fifth major rewrite, called PHP5 or just plain PHP.


Does android supports PHP?

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