how can i put this code into php echo?
<label for="upload-file"> </label>
</center>
<a href="/rotkanye/" onclick="window.open('/upload/', 'newwindow', 'width=300, height=250'); return false;">
<div class="upload-button">
<div class="upload-cover">muck
</div>
</div> <!-- .upload-button -->
</a>
i want to show this button after upload is done, so i used if
what i should put after if
?