answersLogoWhite

0

What mean php expression?

User Avatar

Anonymous

11y ago
Updated: 8/20/2019

PHP is a programming language. An "expression" is anything that can be evaluated (calculated) to get (among other things) a number. For example, numbers themselves; variables that represent numbers; calculations that result in a number (additions, subtractions, etc.), are all numeric expressions.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is a regular expression in PHP?

echo or print < both of which write text: <?php echo "TEXT"; print "TEXT"; ?>


How can a PHP static be initialized?

PHP static can only be initialized using a literal or constant. You can not use an expression. You can initialize it to an integer but you may not to another variable.


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.


What PHP Codes?

if i got your question right, you mean "what are php tags?" your should write PHP codes between <?php ... ?> where ... should be replaced by codes that you need. But if you mean "what are php codes?": there are some default codes that you may find them on php.net, and the other part is codes (Functions or classes) that other programmers develops..


What does php mean in Chinese?

PHP is "Hypertext Preprocessor", use google translator to make it Chinese :D


What is operator in php?

An operator merges two different values and outputs a new expression based on the inputted values.


What is easy php?

you mean to easyphp and its not a language, is a software.


What is easy php language?

you mean to easyphp and its not a language, is a software.


How do you detect anti virus in PHP?

What i believe is you asked wrong.. did you mean "How do you detect virus by PHP?"? if yes then: It's out of php availabilities.. you going to need a virus database.. and if you mean finding out what client have for antivirus then i should tell you I'm not sure it's possible too.. (by php) but if you use Java Applets you may find out by searching directories :)


How do you echo date plus php?

Your question isn't quite clear but I think you mean this: <?php echo date("m-d-Y"); ?>


What is 10 percent in Php 250?

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


What does php mean at the end of an url?

Websites are servers that present pages as they are requested. Pages, in this context, are merely different kinds of files -- much like images and word documents. The "php" appended at the end of a URL indicates you are requesting a PHP type file, which is composed with the PHP language. PHP is a programming language that stands for "PHP: Hypertext Preprocessor." It is used to develop websites that present dynamic content and allow page-to-page interaction, such as forums and wikis.