How do friendly URLs that take the title like the image link work? because in the index of the site the normal would be musica.php?id=<?php echo $row['id'];?>
, how to get the title of each post and transform into a friendly url?
And in case the check would do so select * from musicas where titulo = $titulo
would it be more or less that?