Posts by fff • 13 points
7 posts
-
0
votes0
answers81
viewsQ: How to call a foreign key?
Guys I have a platform that has a page to add person and another page has to add a plan to a person. That is, first creates a person, and only then is it possible to add a plan. My problem is…
-
-2
votes1
answer99
viewsQ: Do not save data with Mysql
Good people, I have the following complication, each patient has a so-called "PII" and this same "PII" has several data. The problem is when filling the PII by clicking write it simply wipes me all…
-
0
votes1
answer171
viewsQ: Combobox with Mysql
I am not able to take the data from the unit table and put it in a combobox. The combobox does not work and appears to subanswer. I have a table called "tblutentes" with the name of the user and…
-
0
votes1
answer20
viewsQ: When adding user, it always gives ERROR but ends up adding
Good people, I have a problem that is the following: in a form to add the user I fill everything and add the user but appears the message to say: ERROR:"Try Again". How is it possible to add the…
-
0
votes1
answer62
viewsQ: Calculation with Javascript gives error
Guys, my program does a series of calculations, however there is one that doesn’t work and I no longer have ideas on how to solve it. The calculations are these: function calculaResultado(x){…
javascriptasked fff 13 -
1
votes1
answer50
viewsQ: Login is creating a bottom spacing with CSS
Guys, I have this css code for Login. What happens is that there must be some error because I get a huge spacing at the bottom of the screen. I leave you my code <style> /* Full-width input…
-
-1
votes1
answer24
viewsQ: Login with mysql always gives error Not Found - 404
I am creating a login and constantly gives the page error not found. I have here the code: <?php //iniciar sessão session_start(); include('includes/config.php'); $LoginErro = "Não existe…