Posts by J.Ricardo • 15 points
5 posts
- 
		0 votes0 answers20 viewsQ: Blank lines in the datagrid component of MaterialuiI 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 GivenLike 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 workI 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 foundPHP 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 PHPi 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…