Questions tagged as 'phpmyadmin'

1
answer

problems to save a file in the public_html of the hosting in Laravel

The file (in this case an image) does not upload to the hosting public. Unusually something that started to happen to me today. Without reason. I did not make any changes to the controller. And localhost is perfect Restart the hosting to 0 an...
asked by 01.10.2016 / 05:27
1
answer

how to get mysql data from one table and pass it to another by php

USE THE LAST PHP VERSION, Hello, how are you! I have a question! ... how do I get certain values from one table, to put it in another? ... example: I have a table products in this table I have ... "ID", "product", "description" and "value of the...
asked by 16.11.2017 / 06:37
1
answer

How to create this Mysql Database [closed]

I have no idea of MySQL and I have an image of what I need, I would like some help or some tutorial to follow. What I'm doing is calling from Xcode images located on a server, but this type of organization is what I need, more exactly...
asked by 02.02.2016 / 06:41
1
answer

CRUD with PHP Uncaught ReferenceError: is not defined

I do not know what happens when the edit and delete buttons do not work for me     
asked by 02.11.2018 / 14:17
2
answers

Remove database queries with php

Could you tell me how to delete a query from php for my database    $conexion = mysqli_connect("127.0.0.1" , "root" , "" , "tiendita") or die ("Error al conectar");/*conexion*/ $resultado = $conexion->query("CALL delCliente();") or die...
asked by 30.05.2018 / 04:29
1
answer

How to repair tables "in use" on phpmyadmin?

A table appears in use and does not allow access to this     
asked by 15.09.2018 / 22:44
1
answer

I need to enter a new column in mysql but it does not leave me [closed]

I was entering columns normail mind but when creating a date type I get the following error SQL query: ALTER TABLE 'asignacion_tablet' ADD 'inicio' DATE NOT NULL AFTER 'Celular';MySQL said: Documentation...
asked by 20.11.2017 / 17:17
2
answers

what is the error of this php code? [closed]

<?php //paso 1 es conectarnos con el servidor //esta manera ya esta obsoleta!! $link = mysql_connect('localhost', 'root', ''); if(!$link){ echo'No Se Pudo Establecer Conexion Con El Servidor: '. mysql_error(); }else{ /...
asked by 17.06.2018 / 19:03
1
answer

Copy VARIOUS fields from one table to ONE field from another in MYSQL [closed]

Good morning, I just registered and first of all I want to thank the willingness of this community to answer the questions we know least about. What I need is if someone can help me by informing me if it is possible to copy one or more fields of...
asked by 10.09.2018 / 15:23