Hi guygs im having a hard time transforming this html code to php
<td><a href="uploads/<?php echo $user; ?>/<?php echo $row['file'] ?>" target="_blank">view file</a></td>
I tried this but it didnt work....
echo "<td><input type = 'submit' value = 'DEL' name='submit' style = 'font-size:12px'></td>\n";
Edit:
<a href="uploads/$USER;/$row['file']" target="_blank">view file</a>