Posts by Marcelo Alves de Oliveira • 19 points
2 posts
-
0
votes1
answer201
viewsQ: Correct use of "goto" with "if Else"
I have a question about the correct use of the "goto", I made a small example that illustrates my doubt: <?php $valor01=10; $valor02=8; if($valor01 > $valor02) { echo "valor01 é maior que…
-
0
votes0
answers200
viewsQ: Insert data into related tables
I’m making a small bulletin board with the option of replies to the comments. I managed to do a lot of code, but as I have been away from programming for more than 10 years (my focus today is Linux…