Posts by caio • 59 points
7 posts
-
0
votes2
answers3646
viewsQ: Error "[Violation] Added non-passive Event Listener to a scroll-blocking 'mousewheel' Event"
when I try to pass the value of a select to an onChange function, by clicking on the button it gives the following error in the console: [Violation] Added non-passive Event Listener to a…
javascriptasked caio 59 -
0
votes1
answer78
viewsQ: doubt javascript function
I have a page with a table and data coming from the database, this page has automatic refresh, the data is coming from another page (getdados.php), this table has a column called status, which by…
-
1
votes1
answer490
viewsQ: Centralize form
I have a form and need to centralize it using only the classes offered by bootstrap. My form: <div class="container-fluid"> <div class="row"> <div class="span12"…
-
2
votes2
answers93
viewsQ: Error fetching database data
When I try to do a BD search for a login, it returns the following error: Recoverable fatal error: Object of class mysqli_result could not be converted to string in C: xampp htdocs TCC index.php on…
-
2
votes2
answers348
viewsQ: check user type for php access
I am trying to create an administrator panel. Ba database table has already created the type field, where if it is 1 is normal user and 2 administrator. What is the best method to search for the…
-
-1
votes3
answers417
viewsQ: error insert data into php database
I am making an html page with the checkbox to insert in string form inside a table row, however if I do not mark all options it gives an error (but inserts in the database), how do I make this error…
-
1
votes2
answers400
viewsQ: Pass javascript parameter to a php page by a button
I need to delete a record in the database by id, I am displaying my table with the records through ajax and jquery, however I need a button that excludes by the id of the record, I have created the…