Basic PHP Syntax
A PHP script always starts with . A PHP script can be placed anywhere in the document.
On servers with shorthand-support, you can start a PHP script with .
For maximum compatibility, we recommend that you use the standard form ( ""
Basic PHP Syntax
A PHP script always starts with . A PHP script can be placed anywhere in the document.
On servers with shorthand-support, you can start a PHP script with .
For maximum compatibility, we recommend that you use the standard form ( ""
A PHP file must have a .php extension.
A PHP file normally contains HTML tags, and some PHP scripting code.
Below, we have an example of a simple PHP script that sends the text "Hello World" back to the browser:
There are two basic statements to output text with PHP: echo and print.
In the example above we have used the echo statement to output the text "Hello World".
Comments in PHP
In PHP, we use // to make a one-line comment or /* and */ to make a comment block:
About Admin
No comments:
Post a Comment
Subscribe to our publication. Do not miss out on any information.
Join us on Facebook:
https://facebook.com/ireporterinternational
Follow us on Twitter:
https://twitter.com/ireporterng