Advertisement
MizunoBrasil

tipos de href para php

Jan 21st, 2023 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <br><b>Trailer: </b>".$row['trailer']."
  2.  
  3. <a href="uploads/<?php echo  $row["arquivo"]; ?>" target="_blank"><img src="uploads/<?php echo  $row["arquivo"]; ?>" width="100%" class="img-fluid"></a>
  4.  
  5. <a href='<?php echo $row["url"]; ?>' target="_blank"><?php echo $row["titulo"]; ?></a>
  6.  
  7. <a href='".$row['trailer']."'>".$row['trailer']."</a><br>
  8.  
  9. <a href='".$row['trailer']."' target='_blank'>".$row['trailer']."</a><br>
  10.  
  11. <td><a href="<?php echo $row["website"]; ?>" target="_blank"><?php echo $row["website"]; ?></a></td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement