0
What I intend is to show on my web site within a text area code php html and etc but whenever I try to do it runs the code and I want it to show within a text area and other system any accuracy as here in the stack overflow
<section class="bg-light" id="links">
<div class="container">
<h1 class="text-center text-info">Teste PHP</h1>
<?php
echo"Olá, Mundo!";
echo("<h2>Olá, Mundo</h2>");
?>
</div>
</div>
</section>
<section class="bg-light">
<hr></hr>
<div class="container">
<div class="row">
<div class="col-md-12">
<label for="comment" class="text-info">Código feito:</label>
<textarea class="form-control" rows="15" id="codigo">Conteudo a apresentar</textarea>
</div>
</div>
</div>
</section>
Can you add the code you tried to ask the question?
– Woss
Yes!! My 1s mistake
– Shider
The Content to present is the place where I want to put the content to show the site
– Shider
Does not need to be in a text area but if possible mehor
– Shider