Posts by Felipe • 61 points
2 posts
-
2
votes2
answers3013
viewsQ: Change variable value after clicking PHP button
Guys, I need you to $i change value to $i++ each click on the "Go". That is, I click the button and it will appear "1", when I click again it will appear "2", and so on. How can I do? <form…
-
3
votes4
answers1123
viewsQ: Next record. PHP + Mysql
I am a beginner in programming and would like to know how I would make mine $id = 1, turn 2, 3 and so on. The code at the end, means that it needs to compare that value and only then occurs a $id++.…