this title is connected to a database that is in UTF-8 Swedish-ci
php:
$ultimo = mysql_query("SELECT * FROM videos ORDER BY id DESC LIMIT 3") or die (mysql_error());
while($row = mysql_fetch_array($ultimo, MYSQL_ASSOC)){
$title = $row['titulo'];
$url = $row['url'];
echo '<a href="HREF DB">'.$title.'</a></p>';
echo '<iframe width="240" height="155" src="https://www.youtube.com/embed/'.$url.'" frameborder="0" allowfullscreen></iframe>';
echo '</div>';
}
the problem is on the image, I want to be able to use characters like:
ç / à / á / ' / etc...