Questions tagged as 'phpmyadmin'

0
answers

Why do I get this error? volley.clientError

I find myself making a record and this error appears. public class Registrarse extends AppCompatActivity { EditText identificacion,nombres,telefono,direccion,email,password; Button registrarse,iniciar; RequestQueue rq; String U...
asked by 11.12.2018 / 01:19
0
answers

Relate tables with PHPGenerator and MySQL foreign key

I'm doing a database to keep track of orders digitally. I have a table cliente , with three columns: IDcliente , Nombre (varchar) and Código (integer). The second table, Registros is composed of several Col...
asked by 26.11.2018 / 11:17
0
answers

An sql event can be conditioned

I have this event CREATE DEFINER='root'@'localhot' EVENT 'prueba' ON SCHEDULE EVERY 1 YEAR STARTS '2018-11-23 16:35:00.000000' ON COMPLETION PRESERVE ENABLE DO UPDATE cat_marca as tabla_c SET tabla_c.precio = (SELECT tabla_c.precio * tabla...
asked by 23.11.2018 / 23:34
0
answers

Pass the value of a variable in php to an excel column with phpExcel

Generate reports with use of the phpExcel library, when generating the reports I do it by means of queries and I only send them to call with a variable within a while , the conflict is when you want to save values of a variable that...
asked by 23.11.2018 / 17:17
0
answers

Run a query every hour with php

I have the following query $query = "UPDATE cat_marca as tabla_c SET tabla_c.precio = (SELECT tabla_c.precio * tabla_b.porcentaje FROM cat_concepto as tabla_a INNER JOIN cat_depreciacion...
asked by 23.11.2018 / 00:01
1
answer

Error phpMyAdmin - # 1156 - Got packets out of order.

I just installed WampServer and the services started correctly. When trying to enter localhost:88/phpmyadmin/ , I get the following problem. Notes: I switched to port 80 to 88 to avoid conflicts with other programs that occu...
asked by 20.11.2018 / 17:08
1
answer

Separate Data Shown With PHP

I am showing data in a table through a combobox, but the problem I have is that the words are very close, they need a space, could someone tell me how I would do that? This would be the code that I have ... <?php include ("con...
asked by 20.11.2018 / 17:24
1
answer

Problem in Php --Parse error: syntax error, unexpected '='

I am trying to make a form that takes the data from a table in phpmyadmin. It gives me error in the following code. Does anyone know the error? <?php if(isset($_GET["libro"])){ $resultado = mysqli_query($enlaceBD, "SELECT * FROM...
asked by 20.11.2018 / 13:25
0
answers

Pass variable via link

I have made a small database in phpmyadmin where I obtain through a form information referring to several books "id, author, name, title, etc". The question is that I want that from a main index.php where the page where the data is obtained can...
asked by 20.11.2018 / 16:37
1
answer

java.sqlexception: no suitable driver found for root

I created a java program that creates a connection to the database and I get the error java.sqlexception:no suitable driver found for root . I do not know where the error can come from and I need help. I show you my code below: pac...
asked by 25.11.2018 / 08:19