[Solved] Adding html tag in php


You need to use correct syntax :p

<div id="flashDiv" align="center" style="position:absolute; top:20%; left:30%; z-index:51;">
<?php if ($OS == "Windows"): ?>
<a target="_blank" href="http://localhost/file.exe">
    <img src="http://localhost/flower.png">
</a>
</div>
<?php endif; ?>

1

solved Adding html tag in php