I am creating a small back office in PHP, MySQL and HTML and I have a small question.
Table:
IDNoticia
Dia
Mes
Titulo
Noticia
Then in HTML / PHP I will echo
to show the day, month, Title E Noticia but I have a doubt regarding the Annex.
Because there may be news that has an attachment as I have in this HTML
<a href="#">Titulo Teste</a>
Can I put the attachment also in MySQL and then how can I call MySQL for href
?