echo with html code example
Example: how to show rext in php
<?php
$hello = "HELO";
echo "hello";
if (youwantvar = on) {
echo $hello
}
?>
<?php
$hello = "HELO";
echo "hello";
if (youwantvar = on) {
echo $hello
}
?>