Questions tagged as 'phpmyadmin'

0
answers

Problems in bringing data to an edit form

I make a form where I want to modify some data that is inserted in my DB , but I have a problem with two fields because it does not bring them to me. form that is, when clicking on the edit icon, fill in the form with the data that is stored...
asked by 05.07.2018 / 15:41
1
answer

PRINT ALL RECORDS OF AN INNER JOIN

I have a little problem and I can not correct the error ... I have this PHP code shown below, in which I do an inner join and what I want to do is pull all the results of the records obtained by means of an array to get them printed in a list wa...
asked by 26.06.2018 / 23:53
1
answer

Phpmyadmin and Java

I'm trying to make a BDD server, to be able to connect with java (ide: netbeas), the question is how is the class connection, since I think that is my problem here to access the database that I believe in phpmyadmin Obvious story with ip publica...
asked by 16.06.2018 / 06:17
1
answer

Auto Increment in number string type (0001 0002 ... java

Hello, I have a problem when generating a consecutive code. My data in the database is of type string , since it is not shown I do not know if the code will be well implemented. DAO Class public String Datosiguiente() { Conne...
asked by 13.06.2018 / 00:42
1
answer

How to upload image from a cell phone to the server?

I have a problem uploading images to the server from a mobile device. When I run my web application from the computer everything works correctly, the images go up without problems. But when I do it from a cell phone, I do not load the images tha...
asked by 14.06.2018 / 21:04
0
answers

Call to a member function prepare () on a non-object in subrarchivo.phtml on line 15

I have the following error when I upload an excel file to the server:    Call to a member function prepare () on a non-object in ... I show you my file code. subrile.phtml <div class="modal-body"> <?php $form = $t...
asked by 13.06.2018 / 18:31
0
answers

How to login php against bbdd with session_start?

<!DOCTYPE html> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <html> <body> <form METHOD="POST" ACTION="control.php"> <br>Nom<br> <INPUT TYPE="T...
asked by 19.06.2018 / 22:16
0
answers

Problem when executing a SQL query by PHP

I am trying to add data with insert into select to a table from php but it is not paying attention to me. When I do a echo $consulta ; Show me this: INSERT INTO orden_requisitos SELECT NIA, COUNT(*) AS Total FROM alumnos_formacion inner...
asked by 13.06.2018 / 20:46
0
answers

Notice: Undefined index: ORDER in C: \ xampp \ htdocs \ Form-Office \ modify.php on line 11

I have days with this error and I really do not know how to solve it, if someone knows you can modify my code or I'll pass the complete project so you can see where I got everything <html> <head> <title>Modificar.php</titl...
asked by 07.06.2018 / 16:27
0
answers

help with this error Trying to get property 'status' of non-object in C: \ xampp \ htdocs \ company2 \ test2 \ Model.php on line 108

THE PHP MODEL <?php class s_permisosModel{ private $pdo; public function __CONSTRUCT(){ try{ $this ->pdo=database::conectar(); }catch(Exception $ex){ die($e->getMessage()); } } //Funcion que ingr...
asked by 05.06.2018 / 18:06