I need to put a button in my php file where I will use it to register. Follow the code.
echo "<button type=\'"button"'\ class=\'"btn btn-default btn-lg"'\>";
echo "<span class=\'"glyphicon glyphicon-plus"'\ aria-hidden=\'"true"'\></span> Inserir";
echo "</button>";
What is the right way to do it?