function queue (id) {
var idBanco = id;
console.log(variaveljs);
<?php
$sql = "UPDATE 'tabelaclientespos' SET 'empresa' = '2' WHERE
'tabelaclientespos'.'Id' = idBanco";
mysqli_query($conn,$sqlTempo);
?>
}
function queue (id) {
var idBanco = id;
console.log(variaveljs);
<?php
$sql = "UPDATE 'tabelaclientespos' SET 'empresa' = '2' WHERE
'tabelaclientespos'.'Id' = idBanco";
mysqli_query($conn,$sqlTempo);
?>
}
Is not it better to do the other way around? Put the javascript function inside the tags and call it or not using PHP.
<?php
echo "<script>
var idBanco = id;
console.log(variaveljs);
".funcaophpaqui()."
var x = ".$varphp."
</script>";
?>