Questions tagged as 'phpmyadmin'

0
answers

Error executing artisan serve

Good evening at the moment of starting the laravel project I get this error in the command line, I really do not know what should be said that the error is in this file     
asked by 09.10.2018 / 02:35
0
answers

How can you encrypt a url in php

<? While($rs = mysql_fetch_assoc( $r ) ){ ?> <a href="index2_content.php?id=<?=$rs[‘id’]?>"><?=$rs['aux']?></a> <? } ?> <? While($rs = mysql_fetch_assoc( $r ) ){ ?> <a href="noticias_detalle.php?id=&l...
asked by 25.09.2018 / 16:49
1
answer

Connection failed in Xampp, does not connect to phpmyadmin

For some reason, I can not connect to phpmyadmin using this code. In connect_db.php. It says there is a connection problem and it does not give the error number. <form method="POST" action =""/> <!-- El formulario en si --> <la...
asked by 21.09.2018 / 17:10
0
answers

integrate php search in my table

I am new to this world, I downloaded a source code to create a small project to manage a list of people with about 500 records, so far I have managed to modify it to my requirements, now in the following code I show a table where I list the reco...
asked by 20.09.2018 / 19:05
0
answers

Display data of an ID from a foreign table

In this second opportunity I consulted a problem that I have when wanting to show specific data of a foreign chart for an ID. Waving more in detail, my web application is a database of entry of detainees (in Table 1 register the personal and...
asked by 25.09.2018 / 02:48
0
answers

problem when downloading a report in excel

When I download a php form there certain records that come out "run" instead of appearing the name in the field name appears in the field field and that causes all the records to be run. I leave the continuation code: <?php /*******EDIT LIN...
asked by 03.10.2018 / 17:22
0
answers

how can I make a trigger for 2 tables?

I'm thinking about making triggers that save when there is insert in 2 tables, I mean I have this table: --- tbl_cliente --- Cod_Cli mail password First name Surname age birth date and I have this other table --- tbl_adm...
asked by 09.10.2018 / 16:59
0
answers

PHP ERRORS: Undefined index and PDOStatement :: execute ()

Good evening I need you to please help me with this code since I have tried but I have not been able to give solution. The code of the first doc is as follows: <div class="container"> <div class="row"> <div class="col"&g...
asked by 18.09.2018 / 05:48
1
answer

Consulta Model Codeigniter

Hello everyone I have a question the question is, I have in the database 3 tables student, tutor and person. Student has foreign keys to person and tutor, my question is, I have problems to bring the name of the tutor, I need the name of the stu...
asked by 12.09.2018 / 14:56
1
answer

php-mysql insert into "table" It does not show any error, nor does it record the data in the table

PHP <?php session_start(); require("funciones.php"); $error=""; if (array_key_exists("Logout", $_GET)) { //Proviene de mi-oficina.php session_unset(); setcookie("CodUFree","",time()-60*60); $_COOK...
asked by 07.09.2018 / 15:20