Posts by Francisco • 7 points
6 posts
-
-3
votes1
answer83
viewsQ: xampp error on linux Ubuntu
Error updating Poser, please someone can help me.…
-
0
votes0
answers63
viewsQ: Change the value of jquery input to a posting system
I got this little engine AJAX, I’m using jQuery, this code is for a posting system, but it’s not working. The logic is to register posts with form using 2 buttons to send (Submit). One is to…
javascriptasked Francisco 7 -
-1
votes2
answers49
viewsQ: Parse error: syntax error, Unexpected ','', expecting ']' in D: wamp64 www PROJETOS- sist-Crop jcrop m2brimagem.class.php on line 40
How do I fix this syntax error? $this->extensoes_validas = $extensoes_validas ['jpg','jpeg','jpe','gif','bmp','png']; What I wanted was to assign this array to $this->extensoes_validas…
-
0
votes1
answer56
viewsQ: PHP and mysqli . How to apply a filter without directly accessing the super global $_POST
How to apply a filter without directly accessing the super global $_POST. changing that: $F['email'] = mysqli_real_escape_string($conn,$_POST['email']); That’s why: $email =…
-
0
votes2
answers52
viewsQ: Invalid argument error in foreach
<?php if (isset($_POST['sendRecover'])) { $recover = strip_tags(trim($_POST['email'])); $readRec = read($link, 'up_users', "WHERE email = '$recover'"); if (!$readRec) { $rc =…
-
0
votes1
answer1168
viewsQ: SQLSTATE[HY093] error: Invalid Parameter number: Parameter was not defined,
I am having a problem for some time with a registration done in ajax but when trying to register client user in the client table an sql error stating that a parameter is missing I have tried several…