answersLogoWhite

0

The PHP question mark "<?" is a signal to the web server that everything up until "?>" will be PHP code and should be treated accordingly.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is the use of a question mark in php?

It is used to tell the sever to use the PHP parser. To begin php you must use &lt;?php, and to end it, it is ?&gt;.


How do you preview PHP source output?

The only true form of previewing PHP source output is to run the PHP script in question.


Generate a php script that will display the grade on the basis of marks?

The following PHP function is an example of how you could achieve this: You would then call the function as follows: where *MARK* is the mark I hope this has helped, Cpl.Vadera


What computer programs has mark zuckerberg created?

He used php coding


How do you change the language code in a PHP page?

I have little idea of your question however &lt;?php #code in here ?&gt; is the starter for PHP, and then anything outside is HTML.


What are the php codes?

Your question is very vague, The PHP Codes as you call them could be referring to the server-side code written in PHP that a website uses. for more information about PHP go to php.net


Why should you use PHP and not JSP?

Firstly, this is wrong question. The right one would be WHEN should you use PHP, not JSP? or, WHEN should you use PHP and WHEN JSP?


What is the name of the symbol for a question mark?

what does a question mark sign mean Answer The answer is in the question, the symbol is called a question mark- the "mark" on the paper or screen which indicates a question.


What is the name of this mark '?

Question Mark ? is a question mark.


Does the parentheses go before a question mark or after the question mark?

After the question mark.


Why is a question mark a question mark?

?


How do you echo date plus php?

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