Posts by E X P L 0 I T E R • 1 point
2 posts
-
0
votes1
answer70
viewsA: how to do an input Insert by adding the value to the database column? Mysql + php
$sql = new Sql(); $sql->select("UPDATE table SET 'table fields without quotes' = bindvalue of the table plus the value to be incremented"); I’m not sure that’s clear. Try to send us more…
-
0
votes0
answers36
viewsQ: Doubt in this JS code where there should be a link to a json
$(function() { $("#homepage").addClass("visible") }); //aqui tem uma rota de json encode https://vizer.gratis/wp-json/moble var siteUrl = "https://vizer.gratis/wp-json/moble";…