I'm performing an update on the database, but it needs to get the last ID that was written. Where does where
I put another command in?
In this way:
$sql = mysqli_query($conexao, "UPDATE cadastro set
nome_aluno = '$nome',
data_nascimento = '$dataNasc',
sexo = '$sexo',
celular = '$numcel',
telefone = '$numtel',
endereco = '$endereco',
numero = '$numres',
uf = '$uf',
rg = '$rg',
prontuario = '$prontuario',
data_validade = '$datavalidade',
curso = '$curso',
semestre = '$semestre',
periodo = '$periodo',
email = '$email',
senha = '$senha'
where id = "$sql = "SELECT MAX(id) FROM cadastro");