I have a question, and it's like doing so that when you click on a phone number, make a href="tel: ######"
But I need you to call the number that I bring with php from the database
<p><?php echo $row['telefono']; ?></p>
I've tried something like that ... but I know it will not work:
<p href="tel:<?php $row['telefono']; ?>"><?php echo $row['telefono']; ?></p>