Posts by user128120 • 31 points
2 posts
-
0
votes3
answers118
viewsA: Comparison between month and year
The comparison will work in any version because you are comparing strings, and the most significant character is on the left, while the least significant character is on the right. Is it good…
phpanswered user128120 31 -
3
votes3
answers85
viewsA: Repeat if again when validation fails
I recommend you read about repetition loops, for and while. After that try to read something about functions and recursion. This is one of the bases of programming in many languages, without this…