Posts by MarcoFalcao • 1 point
2 posts
-
0
votes0
answers137
viewsQ: Error in javascript Uncaught Syntaxerror: Missing ) after argument list
I have a code that changes the value in the bank from 0 to 1 or vice versa, in 80% of cases it manages to make the change but sometimes gives this error Uncaught SyntaxError: missing ) after…
-
-1
votes1
answer143
viewsQ: Can I use many IF’s in PHP?
I’m doing a project where I need to create a csv from a mysql table, to create the csv I need to follow the norms of type documents, when I went to write the code I realized that it would possess…