PHP
5
Вклад в тег
<?php
include 'config.php';
?>
<html>
<head>
...
<?php
$my_config = array(
'company' => 'Hello world',
'author' => 'Ivan Ivanov'
);
<?=$my_config['author']; ?>
<body class="logged">
body.logged {
padding-top: 50px;
}
return function () {return counter += 1}