HTML inside PHP
<h1>HTML in PHP and other PHP tag</h1>
<?php
echo "Hello";
echo "<br>";
?>
<hr>
<?
echo "World";
echo "<br>\n";
?>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
<h1>HTML in PHP and other PHP tag</h1>
<?php
echo "Hello";
echo "<br>";
?>
<hr>
<?
echo "World";
echo "<br>\n";
?>