Posts by RAlves • 11 points
4 posts
-
1
votes1
answer44
viewsA: Problems in Vue Js Syntax
You need an extension for that. The community itself recommends the Vetur
-
0
votes1
answer44
viewsA: Variable value without space in PHP/ HTML input
Well, I’ve never seen that happen. A hint, change as logic: try this way here: $mysqli = new mysqli("localhost","my_user","my_password","my_db"); if ($mysqli -> connect_errno) { echo "Failed to…
-
0
votes2
answers112
viewsA: Accented character problem (ADODB + Mysql + PHP)
Hello, all right. Check defaul_charset in php.ini. It is also important to check the source of this $_POST data. if it is a form, try to intercept the variable to see if it already arrives incorrect…
-
0
votes4
answers140
viewsA: Error in PHP code of "Invalid Parameter number" in sales code that must restore or remove the quantity of products in another table
Hey, hey, it’s okay? From what I noticed, the error happens because you are giving bind in tokens that do not exist. Note that your query variable is like this: $calculo_reposicao = "UPDATE produto…