I have a problem , I want to wirte HTML code that only refreshes the test , so just the code between de <div>...</div>
I was thinking to use some Javascript but I'm not sure this works in PHP , because my in HTML div there's PHP code.
My HTML code:
<HTML>
<HEAD>
</HEAD>
<BODY>
<div id = "other div">
<p> text </p>
</div>
<div id="test">
<?php refresh this code ?>
</div>
</BODY>
</HTML>