Posts by Setimo Muteca Jr. • 52 points
3 posts
-
0
votes1
answer188
viewsQ: Typeerror: $(...). tableToJSON is not a Function
Greetings Clicking on the Button in my project shows the following Typeerror: $(...). tableToJSON is not a Function, I am using the tableToJSON plugin Code: $('document').ready(function(){…
-
-3
votes1
answer347
viewsQ: Formatting of coins in PHP
Greetings to all I am working on a system in PHP, and I would like to know if there is a function that makes PHP recognize or use the currency that is defined in windows!
phpasked Setimo Muteca Jr. 52 -
-1
votes1
answer12297
viewsQ: PHP Warning Code Error: mysqli_select_db() expects Exactly 2 Parameters, 1 Given
The error of my code is in the Connection to the database, is the following: mysqli_select_db() expects Exactly 2 Parameters, 1 Given <?php $servidor='localhost'; $banco='isartes';…