I'm creating a login and it constantly gives the page error not found. I have the code here:
<?php
//iniciar sessão
session_start();
include('includes/config.php');
$LoginErro = "Não existe utilizador com esses dados<br><a href=.....
I have 4 tables, the problem is that I have in the table the white color and I want to change the color of only a car that has white color, changes of all cars with white color.
update tb_veiculo v join tb_marca_veiculo ma
on v.cd_marca_vei...
I have a login screen, after logging, the content I have opens in modal, and clicking on them (open iframe ), if you lose the login session ...
How can I solve this problem?
I have to install a java application whose database is on the server.
But I have doubts about the process, through surveys, it concludes that I have to only install MYSQL on the server, and on the connection of my system set the IP with the I...
I need to save a form to the bank, with several input fields. Someone has an example of how you would pass the fields. I am using the framework AngularJS (If you need to transform them into an array or use json encode).
This is the part of...
I needed to set up a table in MySQL, where the values written in this table would be between 0 and 5, what attribute types within the table field should be assumed? What kind of data do we report in column tipo_DADO ?
The issue of the c...
How do I insert and display separate data in a single column using MySql?
Eg: I have a column (catalogoenderender), I want to insert the street, city, and state into a single column and then separate each one into PHP.
Is it possible to execute a query by searching for the contract number, sorting by decreasing date and their respective work orders?
If yes, can you give me an example for knowledge ??
Query used:
SELECT * FROM field WHERE contrato LIKE '...
Next, I have items from theA table in the case list of requests to rent a dvd
The TableB will be inserted which dvd I will rent, so I need to select the list of dvds that were not rented in TableA or just bring me the items that are not inside T...
About a DropBox-style web system (but not for storage), where the user logs in and is already redirected to his HOME where he has access to his resources.
Some idea how to work with this information, how to create the tables, because I do not...