How to make pictures from database clickable with different HTML?
i have this code:
<a href="produkt1.html"><img style="margin-left:30px;" src="<?= $row['zdjecie_produktu'] ?>" class="card-img-top" height="250"></a>
But i want each picture to be linked with different HTML (in this case with picture of the product with its’ description)... is there any code for that?
from Recent Questions - Stack Overflow https://ift.tt/3fM6a3c
https://ift.tt/eA8V8J
Comments
Post a Comment