Contact Us || Privacy Policy || About Us |
|
PHP SyntaxPHP script starts with the <?php and ends with the ?> tag. Syntax Example Output:- ![]() Statement end with a semicolon (;) PHP with HTMLExample Save the example1.php Output:- ![]() PHP CommentsPHP support single-line as well as multi-line comments. To write a single-line comment either start the line with either two slashes (//) or a hash symbol (#). Example Output:- ![]() PHP Case SensitivityOnly Variable names are case-sensitive in PHP. such as variables $color, $Color and $COLOR Example Output:- ![]() |