Posts by PinguinDaTasmania • 1 point
2 posts
-
-1
votes1
answer28
viewsQ: Logica de incrementar posição com php para o html
I have this command. PHP $id = 0; $i = 0; $vali = true; $top1 = 0; $top2 = 20; $px = 'px'; $query = "select * from software where userid = '$id'"; $result = mysqli_query($conexao, $query); $quantia…
-
-2
votes2
answers49
viewsA: Parameters in Java
Let me give you an example. Class Nome Private String dado; Public Nome(){ } Public void metodo(String teste){ dado = teste; } class main( usually main program ) Nome nm = new Nome(); String…
javaanswered PinguinDaTasmania 1