Posts by J.Ricardo • 15 points
5 posts
-
0
votes0
answers20
viewsQ: Blank lines in the datagrid component of Materialui
I have a problem, I am using the Material UI Datagrid component and every time I make a request and return me the data, new blank lines are also created, there is some way to change this component…
-
0
votes1
answer1182
viewsA: Error mysqli_fetch_array() expects Parameter 1 to be mysqli_result, bool Given
Like the guys said. This error happens because your SQL is wrong, it tries to give a checked variable $filters.
-
0
votes1
answer759
viewsQ: onclick inside <a> tag does not work
I have a link inside an array in which I do a json_encode and send to an html table, and inside the tag I have a function inside the onclick that should be send an ajax request and do the…
-
0
votes1
answer295
viewsQ: class mysqli is not found
PHP is giving the following error: Fatal error: Uncaught Error: Class 'loja\model\mysqli' not found in, he is not finding the mysqli class, but I have checked php.ini and it is not commented. I am…
-
0
votes2
answers567
viewsQ: Undefined index: action when sending ajax data to PHP
i am having problems sending the parameters of my ajax to PHP, is giving me the error Undefined index: acao in my file log.php my ajax takes the username and password of the html form and sends it…