5 lines
76 B
PHP
5 lines
76 B
PHP
|
<html>
|
||
|
<body>
|
||
|
<h1>S = <?php echo $s; ?></h1>
|
||
|
</body>
|
||
|
</html>
|