2
I want to show a simple Alert in php with bootstrap but I’m not getting the code is this:
echo "
<div class=alert alert-success role=alert>Logado com sucesso</div>
";
But you’re playing the div class like that:
<div class="alert" alert-success="" role="alert">Logado com sucesso</div>
He plays the alert
separate. How I can work with 2 classes or more in a div in php?