Posts by Leandro Machado • 31 points
3 posts
-
-1
votes3
answers1636
viewsA: Start numeric variable with null value in Python
I removed the while variable and the program reproduced correctly, asking for a note and giving the value of what I typed, it was like this: nota = float(input("Digite uma nota de 0 a 10: ")) while…
-
0
votes1
answer235
viewsA: Redirect to another page when giving error in registration!
Setting another header alone is not enough to redirect. Try this way: Else { header('Location: cadastro.php?bug=1'); Exit(); }
-
3
votes1
answer1627
viewsQ: What is the difference between the apache service Reload and Restart?
What is the difference of both and which cases to use any of them? service apache2 restart and service apache2 reload