Posts by Isadora Almeida • 189 points
20 posts
-
-2
votes1
answer63
viewsQ: Formulation of logic for problem solving
I have two tables, table A with id and tasks (description), and another table B with a task fk, quantity, fk run. In addition to other columns that are not relevant. In my table in html (table), I…
-
1
votes0
answers30
viewsQ: Google Chart - Treemap does not appear
Hello, I’m trying to plot a treemap with data from a BD (mysql), however, nothing appears. I have tried several alternatives and unsuccessfully. I have been able to plot several graphs, except…
-
2
votes0
answers96
viewsQ: How to get data from json to php
I have the following webservice script, I can connect normally with the external host (code: 200) But in echo Responsebody nothing appears. How to show the obtained data? <?php $USER_NAME ="abc";…
-
0
votes1
answer371
viewsA: Google Chart, PHP and Ajax - Pie chart does not show
I managed to fix it. I had to parse int in the qtd_accounts variable, which was coming as String by json. $qtd_accounts = intval($line['qtd_accounts']);
-
0
votes1
answer371
viewsQ: Google Chart, PHP and Ajax - Pie chart does not show
I’m not able to plot the Chart pie from google Chart. When I change the type of chart to Barchart or columnchart, it plots, but when I put piechart it does not divide. File that takes data from BD…
-
0
votes0
answers36
viewsQ: Loop in Json [PHP and MYSQL]
I have a data visualization page from a bd table, one of the cells in this table in html is actually a loop. I want to make the inline edition, which I’ve used in other projects…
-
0
votes2
answers59
viewsQ: Help with logic - PHP
I need to make the following calculation: (tempo protocolo1 * qtd protocolo1) + (tempo protocolo2 * qtd protocolo2)+ (tempo protocolo3 * qtd protocolo3) So far unsuccessful. Ex:…
phpasked Isadora Almeida 189 -
1
votes1
answer1974
viewsQ: Place text inline bootstrap fields
<label class="control-label col-md-3 col-sm-3 col-xs-3" for="last-name">*</label> <div class="form-group"> <div class="col-md-3 col-sm-3 col-xs-6"> <label> <input…
-
0
votes2
answers80
viewsQ: I can’t see the error (PHP and HTML)
I wanted to show the names of the employees and the teams that they are part of so that if the user enters a name, it will filter all the teams that that person is part of. It’s coming in white.…
-
0
votes1
answer259
viewsQ: Hours manipulation [HH:MM:SS] - php and mysql
Good afternoon, you guys. I need to manipulate time fields [HH:MM:SS] in PHP itself. I take the text values in the HTML form as in the following example: <div class="item form-group">…
-
7
votes2
answers2984
viewsQ: Surrogate Key and Natural Key
I’m studying about data Warehouse, but I was confused about the concepts of SK and NK. From what I understand, in a DW, a natural key would be a column like foregin key in the table dimension, of…
-
1
votes1
answer49
viewsQ: Dates - Javascript
Hello! I am not able to compare the dates of a user input with today’s date. To be able to return an alert to the user. I made another example and it worked, but this one didn’t. Can anyone see the…
-
0
votes1
answer332
viewsQ: Fill Selects based on selected item from another Select
I’m having trouble filtering two selects based on a previous user selection. In the case, the user will select the client, and the selects seller and manager should only show the sellers and…
-
1
votes1
answer67
viewsQ: HELP - I can’t identify error - PHP and SQL
Hello, I am trying to bring in a table the grouping of all stages and item evaluation per year along with the average scores and weights. I can only bring the last step and item p table, IE, is not…
-
1
votes1
answer31
viewsQ: Help - Logic Formulation - SQL, PHP, HTML
I have a table in the bank with team registration, where each line corresponds to an employee and their respective team. For example, id_staff, employee 1, Mario 1, Sergio 2, John 2, Joseph I want…
-
1
votes1
answer339
viewsQ: Select Group with PHP
I’m trying to feed a select group with database data, but it’s not working. Someone can see the error? <div class="form-group"> <select class="" name="agencia" tabindex="-1" style="height:…
-
-2
votes1
answer101
viewsQ: Insert Script in PHP Database
I am trying to enter data coming from a form in the database, but it is not saving in the BD. I could not detect the error. Any help will be valid. <?php…
-
0
votes2
answers1165
viewsQ: Modal Bootstrap does not work
I’m trying to use the Gentelella template modal, but when I click on the link, the modal is static and I can’t put information or click on the buttons. Follows code: <!DOCTYPE html> <html…
-
0
votes1
answer526
viewsQ: PHP PDO - Mysql query data does not appear in table
What I’m doing wrong in this script? I make a query in the database to return all table data curso and show their names in the table, but it’s not working. Also this part of the code is being shown…
-
0
votes1
answer34
viewsQ: Given of the variable identSuited in the URL. How to resolve?
Equipment <!-- redireciona os dados para atualizar levando o ID do equipamento e identificação do usuário a ser redirecionado--> <script type="text/javascript"> function reservar(){ var…