Questions tagged as 'phpmyadmin'

1
answer

Problems with phpMyAdmin UolHost [duplicate]

I have a site in the host uol and a database as well, the site communicates perfectly with mySql, but I have a desktop software that I need to communicate with mySql also, is there any configuration that I need to adjust so that mySql allow th...
asked by 20.12.2017 / 01:41
2
answers

People my code is giving the error: Notice: Undefined variable: connect in C: \ xampp \ htdocs \ network \ profile.php on line 25

My code is the one here <?php include("header.php"); $id = $_GET["id"]; $saberr = mysqli_query($conecta, "SELECT * FROM users WHERE id='$id'"); $saber = mysqli_fetch_assoc($saberr); $email = $saber["email"]; if ($e...
asked by 06.11.2018 / 01:15
1
answer

1062 - Duplicate entry '1' for key 'PRIMARY' [duplicate]

Today I uploaded a DB in Phpmyadmin but gave an error    1062 - Duplicate entry '1' for key 'PRIMARY' I went to see the table that gave an error, everything was normal, does it have a problem? or do I have to try to resolve the error an...
asked by 04.12.2014 / 23:31
1
answer

Simple PHP question, I need a structure, if the course has a name, you can not delete it!

Personal speech beauty then the following in delete course should be respect the idea that where can not have name linked to that course, that is, if you have name that has that course, it can not be deleted, as would mount the structure , I tri...
asked by 17.03.2018 / 15:26
1
answer

Script Insertion in PHP Bank

I'm trying to insert data coming from a form into the database, but it's not saving in the DB. I could not detect the error. Any help will be valid. <?php require('login/autenticacao_usuario.php'); require('login/verificar_acesso.php'); req...
asked by 25.10.2017 / 14:04
2
answers

Problems with characters in php, with utf-8. How to solve? [duplicate]

I created a table in php that returns MYSQL data in phpadmin, however the information returned in the table is coming like this: "Data Mining and Simulation" Notice the next question mark in place of TIL accents. I put UTF8 unicode CI...
asked by 08.09.2016 / 18:19
1
answer

Syntax error while testing the query in phpmyadmin [closed]

Error resolved. Query SELECT i.codiniciativa, te.nome as nome_tema, te.codtemaestrategico as cod_te, p.observacoes as per_obs, te.sequencia as tem_sequencia, p.sigla as per_sigla, p.nome as nome_perspectiva, p.co...
asked by 31.08.2016 / 22:09
1
answer

SELECT SQL WITH WHERE "DOUBLE" [closed]

I am trying to query the MySQL database with the following syntax SELECT id, codigo, faca, descricao, vendedor, imagem FROM produtos WHERE sit = 1 AND descricao = ESTE Until this part it works perfectly: SELECT id, codigo, faca, descr...
asked by 16.08.2018 / 18:32
1
answer

MySQL not creating the PHP content line [closed]

When I try to pass the values to my database I do not find them in it, I'm using php with MAMP. Follow the code: <?php error_reporting(E_ALL);ini_set('display_errors', 1); $host = "localhost:8889"; $user = "root"; $pass = "ro...
asked by 25.11.2015 / 02:54
2
answers

$ _post error I do not know where I'm going wrong! [duplicate]

$cpfcnpj_tomador = $_POST['txtCpfCnpjTomador']; $numero_rps = $_POST['txtRpsNumero']; $data_rps = $_POST['txtDataRps']; $valor_rps = $_POST['txtValorRps']; $cpfcnpj_prestador = $_POST['txtCpfCnpjPrestador']; $email...
asked by 08.07.2016 / 21:53