Introduction to PHP syntax Variables Data types and strings
PHP syntax Variables Data Types PHP scripts are written inside the PHP syntax. PHP syntax starts with <?php and ends with ?>. These are known as start-tag and end tag. For eg:- <?php echo ‘This is a PHP script’; ?>. Here ‘echo’ is used to display the output of any variable which holds information as … Read more