I have a database with a table called cantantes
, with the structures:
- nombre,
- canciones,
- no-albunes,
- edad
But I want that on the page katy-perry.php
only show me the data of the singer. That tell me the inserted data, only the requested data and that all the other inserted data that do not have to see are not shown.