Posts by Thiago • 153 points
10 posts
-
2
votes0
answers1042
viewsQ: Wordpress downloads the page and does not display
Good afternoon! I have the following problem, some pages in the WP control panel are downloaded instead of loading normally when I try to access them. This happened after I edited the . htaccess, I…
-
3
votes3
answers2883
views -
4
votes1
answer219
viewsQ: Automatic scroll bar
Good morning! I have the following question, I need the bar to go down to the end of the page as a monitoring system, I need to get to the end of it to go back to the top and give a refresh. I can…
-
0
votes2
answers189
viewsQ: Search for results in related tables
I have the following question, I have a ticket system to create calls and I need to do a search to bring the open calls sorted by priority order, so far so good, I need now that the field…
-
0
votes1
answer154
viewsQ: Select date before searching
I’ve tried to do a lot of things but none of them worked out, okay. I need to make a date filter to facilitate searches, even setting a specific date ends up that all results are shown, I want to…
-
-3
votes4
answers1964
viewsQ: Set placeholder with PHP variable
I have a Registration/Search Form and now I’m adding the option to edit the fields. To keep the employee from getting confused, I wanted to set the placeholder with a PHP variable, through the echo.…
-
1
votes1
answer125
viewsQ: Responsive fixed menu
I have a fixed menu that when viewed in the maximized browser everything happens perfectly however, when the screen decreases, the menu is fixed and the scroll bar does not scroll it, it is possible…
-
1
votes3
answers9511
viewsQ: Ask before deleting database data
I have this code: <?php if ($result = $mysqli->query("SELECT * FROM usuario ORDER BY id")) { if ($result->num_rows > 0) { echo "<table border='1' cellpadding='5' cellspacing=0…
-
0
votes1
answer84
viewsQ: Select saves same data in 2 different fields
I need that when the employee selects the product the input "product code" be filled automatically, so far so good but when write the data in the BD, the fields product and product code keep the…
-
2
votes2
answers724
viewsQ: Popular input with data from the same table via dropdown
I have a select named after a product. I want you to select the product name via dropdown it automatically fills a input code of the respective product. The information is in a single table, in case…