Posts by Vms Vms • 23 points
2 posts
-
2
votes1
answer632
viewsQ: Typeerror: Document.getElementsById is not a Function
I just want to add up the values I get on input, what’s wrong with the code? <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script…
-
0
votes1
answer606
viewsQ: I want to use php exceptions to ignore an error that ends up terminating the script
When the user does not have the client installed I get an error terminating the script. How to ignore it with exceptions and continue the script? PHP Warning: Invalid argument supplied for foreach()…