Most voted "phpmyadmin" questions
phpMyAdmin is a web application developed in PHP for Mysql administration over the Internet. From this system it is possible to create and remove databases, create, remove and change tables, insert, remove and edit fields, execute SQL codes and manipulate key fields.
Learn more…330 questions
Sort by count of
-
-1
votes2
answers40
viewsI am unable to run this command line due to an error in php but n know which one!
Error that appears: Fatal error: Uncaught Error: Function name must be a string in C: xampp htdocs developed rs_alpinismo salva_mensagem.php:5 Stack trace: #0 {main} thrown in C: xampp htdocs…
-
-1
votes1
answer38
viewsElements of a PHP table appear repeated and others do not appear
I’m putting together a page to display the courses registered within Moodle. For this, I am doing local tests, where I registered 4 disciplines and 5 users. The intention is to display these four…
-
-1
votes1
answer21
viewsDuplicate results
I have two tables product:{ pid namesake value category stock Eston stocking } pictures{ fid name product } And I’m trying to make a query in the bank where I need to take everything that is in the…
-
-1
votes1
answer30
viewsTrigger to devalue apartment price if garage linked to it is excluded
I need to create a Rigger that devalues the value of the apartment when a garage linked to it is deleted, I have the following tables: create table apartamento ( numero varchar(5) not null, tipo…
-
-1
votes1
answer18
viewsRelate the indices (keys) of an obejto Array to the indices (keys) of an array (PHP)
I have a question where I could not find a solution. I have an Array object values and an array status, where I want to relate the indexes of the Array object values to the indices of the array…
-
-1
votes0
answers24
viewsWarning : PDO :: query(): SQLSTATE [HY000]?
You’re making the following mistake: Warning : PDO :: query(): SQLSTATE [HY000]: General error: the mode must be an integer in C: xampp htdocs joel_php curso_hcode DAO sql.php on line 34 Fatal error…
-
-1
votes0
answers9
viewsFatal error : Undetected error: Call to a member function run() on bool in C:
The following error in my code is occurring: Warning : PDO :: query(): SQLSTATE [HY000]: General error: the mode must be an integer in C: xampp htdocs joel_php curso_hcode DAO sql.php on line 34…
-
-2
votes3
answers7452
viewsDelete, edit, copy option
I want to delete an item in the phpmyadmin table but it does not appear, How do I show these options? I will leave a print below:…
phpmyadminasked 10 years, 4 months ago feliphe felix 629 -
-2
votes1
answer491
views1062 - Duplicate entry '1' for key 'PRIMARY'
Today I uploaded a DB in Phpmyadmin but gave an error 1062 - Duplicate entry '1' for key 'PRIMARY' Went to see on the table that gave error, everything was normal, is there any problem? or I have to…
phpmyadminasked 9 years, 12 months ago feliphe felix 629 -
-2
votes1
answer1460
viewsGrab image from database
wanted to know how I could recover an image from the database, used the php7, the image is recorded in the database in type BLOB, I searched on the internet and were very old examples and none…
-
-2
votes1
answer101
viewsInsert 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…
-
-2
votes1
answer56
viewsSimple PHP question, I need a structure if the course has a name, you can’t delete it!
Speaks personal beauty then the following , excluding course should be respect the idea that , where they can not have name linked to that course, ie, if you have name that has that course, can not…
-
-2
votes2
answers473
viewsPhpmyadmin problem in login
I changed my pass from phpmyadmin and unintentionally added a space at the end. Now I can’t get into the phpmyadmin. Is there any special character to represent the space?…
-
-2
votes1
answer27
viewsDoubt about PHP global variables
So far I don’t know how the variables work: $_SESSION, $_POST, and $_GET, could someone explain to me how it works? Thanks!!!
-
-2
votes2
answers797
viewsPeople my code keeps giving the error: Notice: Undefined variable: connects in C: xampp htdocs network profile.php on line 25
My code and this one <?php include("header.php"); $id = $_GET["id"]; $saberr = mysqli_query($conecta, "SELECT * FROM users WHERE id='$id'"); $saber = mysqli_fetch_assoc($saberr); $email =…
-
-2
votes2
answers47
viewsReturns the symbol in an accented letter of the database
The user searches for a name on the page, more precisely in a modal, when the name is returned it will appear this symbol: (if it has an accent). But in the database the name is accentuated. Below…
-
-2
votes1
answer60
viewsI have this code, how to update in sql?
have tried $sql = " UPDATE biblioteca SET nome_usuario WHERE nome_usuario IN ( SELECT nome_usuario FROM ( SELECT nome_usuario, COUNT(id_usuario) FROM orders WHERE nome_usuario )" $sql = "UPDATE…
-
-2
votes1
answer39
viewsBuild in PHP a search system for period
I created a form with the aim of searching the person’s name and with the start date and end date field, with the intention of taking from the bank the amount of service within a month for this…
-
-2
votes0
answers49
viewsProblem sending my HTML form to the database
I am developing an HTML site with the primary function of registering patients, employees, diseases among others. All HTML pages are done, as is the databank that has already been modeled in…
-
-2
votes0
answers25
viewsTable with foreing key does not send data to Phpadmin
I’m still a beginner in mysql and php but after some studies I’m trying to create a system and in case I’m having trouble with FOREING KEY, I have two tables a 'tb_students' and 'tb_notes' but I’m…
-
-3
votes2
answers543
viewsProblems with php characters, with utf-8. How to solve?
I created a php table that returns MYSQL data in phpadmin, but the information returned in the table is coming like this: "Mine the Data and Simulate the" Note the question that comes in place of…
-
-3
votes1
answer40
viewsI couldn’t find the error
Uncaught Error: Function name must be a string in /Storage/ssd4/127/9971127/public_html/delete.php:6 Stack trace: #0 {main} thrown in /Storage/ssd4/127/9971127/public_html/delete.php on line 6…
-
-3
votes1
answer25
viewsI can’t display all db - PHP and MYSQLI results
Oops, well I’m not being able to display all the data in my database. I don’t know why it’s because (maybe) there’s nothing wrong with my code My code <?php $host = ''; $user = ''; $pass = '';…
-
-3
votes1
answer354
viewsPhpmyadmin gives error when importing SQL file even after changes in PHP.ini
I recently manually installed the PHP, Apache and the Mariadb in Ubuntu 20.04, everything apparently works normal, I can access and modify the databases both by the terminal and by the Workbench or…
-
-3
votes1
answer31
viewsPage that requires login does not even log in even with authenticated login
Hello, I’m studying PHP and I ended up getting stuck in a php system with login using sessions, I wanted the login page I created to take me to a user-only page, so I did it in an if that doesn’t…
-
-3
votes0
answers14
viewsFunctions in Mysql phpMyAdmin
I’m trying to do the following exercise 1 - Develop a Function that returns the name of the liquidator by passing as parameter the identifier of the liquidator. Then use the created Function to…
-
-4
votes2
answers155
views$_post error do not know where I’m going wrong!
$cpfcnpj_tomador = $_POST['txtCpfCnpjTomador']; $numero_rps = $_POST['txtRpsNumero']; $data_rps = $_POST['txtDataRps']; $valor_rps = $_POST['txtValorRps']; $cpfcnpj_prestador =…
-
-4
votes1
answer178
viewsSyntax error when testing the query in phpmyadmin
Error solved . 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…
-
-5
votes1
answer105
viewsMysql not creating the PHP content line
When I try to pass values to my database I don’t find them in it, I’m using php with MAMP. Follows the code: <?php error_reporting(E_ALL);ini_set('display_errors', 1); $host = "localhost:8889";…
-
-5
votes1
answer476
viewsSELECT SQL WITH WHERE "DOUBLE"
I am trying to make a query in the Mysql database with the following syntax SELECT id, codigo, faca, descricao, vendedor, imagem FROM produtos WHERE sit = 1 AND descricao = ESTE Even that part works…