Is there a way to control the id's of the data coming from Row []?
Example:
Imagining that I want it to show ID1 data
$Nome = '<p>Nome: '.$row[18].'</p>' ;
$DataNascimento = '<p>Data Nascimento: '.$row[19].'</p>' ;
$Morada = '<p>Morada: '.$row[20].'</p>' ;
$Email = '<p>Email: '.$row[21].'</p>' ;
Sometimes it will fetch the data from other id's and I wonder if the way around it. Something like $ Row [18] .id