Questions tagged as 'phpmyadmin'

1
answer

PHP - Creation of tables from MYSQL Database

I am developing a query to be able to extract the data from a DB to a table in PHP, my problem is that it shows me the data but they jump in different lines, I want the results to be output in a single row. The query I'm using is: class Bus...
asked by 09.08.2018 / 22:22
0
answers

I can not show the result of 2 joined SQL queries

I want to show the result of these queries, I get the error of:    A session had already started - ignoring session_start () in   C: \ wamp \ www \ curso2.0 \ production \ pruebaTusCursos.php on line 3 I removed that error with: if(!is...
asked by 12.08.2018 / 20:11
0
answers

Upload content of TinyMCE

I have installed TinyMCE on my website and I upload the plain text perfectly to the Database but if I try to upload an image or video I create the label <p>&nbsp;</p> with the links the same happens to me ... Is it a pr...
asked by 07.08.2018 / 16:41
0
answers

Error importing sql files to phpmyadmin

I need your knowledge to know what I'm wrong with. I'm new to programming and I'm starting to build structures with Mysql Workbench and then export it to phpmyadmin to work it. At the moment of importing the generated file in mysql worckbench I...
asked by 25.08.2018 / 20:18
0
answers

Error processing the request error code: 500 Error text: internal Server Error

I have this error when trying to see the design view, I need to see the relationships of my tables, I have connected valet-linux and downloaded phpmyadmin in valet paths When I investigate only rogue to add code to the root of phpmyadmi...
asked by 29.07.2018 / 07:43
1
answer

Use result of an array in another php query

Hello I'm hardly new to PHP and Mysql I want to make a query with the result of another query arrar <?php session_start(); if (isset($_SESSION[' u_usuario'])){ $usuario1 = $_SESSION[' u_usuario']; } else{ header("Location: index.php...
asked by 30.07.2018 / 22:58
1
answer

Form html will not let me upload information to bdd in phoMyAdmin

I am working on an html form to send me data through the POST method to a file registerAcursos.php but it will not let me enter the data I get with the first sql, I get an error that could not send the data. and look for error comparing with...
asked by 02.08.2018 / 06:49
1
answer

Notice: Undefined variable Warning: mysqli_query () expects parameter 1 to be mysqli, string given

I have this code in registry.php but when I get the values from the index.php form when the entries are not added to the database. <?php //conexion con la base de datos y el servidor $connection = mysqli_connect('localhost', 'root', "", 'f...
asked by 26.07.2018 / 05:06
0
answers

error in localhost phpmyadmin

When I want to access link this error comes out and I do not know how to fix it    Fatal error: Call to a member function exists () on null in   C: \ xampp \ phpMyAdmin \ libraries \ classes \ DatabaseInterface.php on line   1544 and I...
asked by 23.07.2018 / 19:50
0
answers

insert of two tables related to a

Hello good afternoon everyone, along with hello I wanted to see if you can guide me in the following: have a table accounts with an id Autoincremental account, a field idRegistro and a user and password, this table will be to create user account...
asked by 01.08.2018 / 21:29