0
votes
6answers
232 views
Array always comes back as empty [PHP]
below is my register form for my game and it is looking for errors that the user may have done, but even if an error is found it wont add it onto the $errors array. When I print_r the array it returns …
4
votes
1answer
470 views
If, IIf() and If()
I recently asked a question about IIf vs. If and found out that there is another function in VB called If which basically does the same thing as IIf but is a short-circuit.
Does this If function …
