Posts by Nithogg • 97 points
15 posts
-
0
votes0
answers98
viewsQ: Recaptcha token validation request returns nothing - Nodejs Request
Good evening, I’m studying bots to automate buying tennis on sites like artwalk and nike through web requests and other automation systems via requests. My problem consists of a attempt to intercept…
-
0
votes1
answer98
viewsA: Problem inserting data into a mysql database via PHP
A silly mistake, but I ended up finding the solution with the help of other users. Follows the solution: As informed in the comments, I added an IF to receive the error, and the page was forwarded…
-
1
votes1
answer98
viewsQ: Problem inserting data into a mysql database via PHP
Hello, the problem mentioned is that even after several attempts, my form cannot enter the customer data in the database. Apparently the data entry is successful, but no information is entered, and…
-
1
votes0
answers1080
views -
-1
votes1
answer9028
viewsQ: No connection can be made because the target machine actively refused them. XAMPP
Guys, I’m having trouble getting other machines to connect to my localhost, and the error always occurs: Warning: mysqli_connect(): (HY000/2002): No connection to be made because the hand of destiny…
-
1
votes2
answers86
viewsQ: PHP & SQL - How to get specific information from each user in a table
Hello, I’m having trouble collecting information from users of a database. In DB there are some users, and they are displayed in a table. My goal is that when the names are clicked, a Collapse…
-
0
votes2
answers2270
viewsA: Problems with special characters á, ç, à, etc with php/mysql
With the help of the comments I got a solution to this problem. Being it: It was necessary to specify the charset in the database connection, along with the meta charset pattern already added in the…
-
0
votes2
answers2270
viewsQ: Problems with special characters á, ç, à, etc with php/mysql
Hello, I’m performing a get of files from the database to a page in order to be a search bar, but all results obtained are not accepting special characters, such as: ç, á, è. ex: LEGISLATION O APLIC…
-
1
votes2
answers412
viewsQ: Problem when leaving the width of the automatic textarea
Save everyone, I’m having trouble letting the width of a textarea track the line size, since its initial size does not currently expand. My goal is to let the textarea only increase width as the…
-
2
votes2
answers258
viewsQ: Problem when customizing search bar
Hello, I’m having trouble fixing the search bar in the center of the navbar, since every change in css doesn’t change anything. HTML: <html> <head> <!-- Bootstrap CSS--> <link…
-
0
votes1
answer134
viewsQ: Error creating graph with API data - Axios/Vue
Hello, I’m building a graph that collects meteorological data from the city of Curitiba through a API reset, however nothing is collected and so the graph is not created, I’m using Vue/ Axios for…
-
0
votes1
answer578
viewsQ: Axios GET is not collecting any information
Save it, I’m having trouble collecting data from a weather API. My goal is to collect much of the rain data and for this I am using Vue Axios but I can not collect anything because even after…
-
1
votes1
answer174
viewsQ: How do I calculate the "positives" and "negatives" functions of a json file for HTML in percentage?
Save, I have a JSON file with variables "positives" and "negatives", I would like to transform these values in percentage, "positives" being "like" and "negatives" being "don’t like". After that as…
-
1
votes2
answers651
viewsQ: How can I use mouseover to change the background color of a div?
Hello, I would like to change the background color of a div when you put the cursor on it, how do I do this? Div in question [HTML]: <div class='container2'> <div class="MP"> <img…
-
0
votes2
answers1133
viewsQ: How to receive JSON data?
I want to recover a JSON code for HTML with jQuery. How can I do this? And how can I use CSS with JSON data? Here is the JSON code. { "quiz": { "sport": { "q1": { "question": "Which one is correct…