I have the following <DIV>:
<div class="general">
Some content here
</div>
I want to do a PHP include just before
Is this possible in PHP?
I have the following <DIV>:
<div class="general">
Some content here
</div>
I want to do a PHP include just before
Is this possible in PHP?
<?php include "file.php"; ?>
<div class="general">
Some content here
</div>