Questions tagged as 'phpmyadmin'

0
answers

What can it be? Warning: mail (): could not connect to the mail server on port 25 "localhost",)

   Warning: mail (): could not connect to the mail server on port 25 "localhost", check your settings "SMTP" and "smtp_port" in php.ini or use ini_set () $cabecera="From: TickenSystem Venezuela<[email protected]>"; $mens...
asked by 06.05.2018 / 20:52
0
answers

UPDATE that is done after sending the next UPDATE

The problem only happens to me in the field "inputs_available". I try to do an UPDATE and what happens to me is the following: I run the following UPDATE query: UPDATE evento_lugar SET entradas_disponibles = 12 WHERE id_evento = 1; What...
asked by 04.05.2018 / 10:20
1
answer

How can I manually paste code into a field?

I want to create a table in a database to be able, in one of the fields, to paste html code, this code varies in size but always has between 200,000 and 400,000 characters. I want to paste it manually with Phpmyadmin but as for this type of f...
asked by 04.05.2018 / 07:09
0
answers

Warning: mysqli_fetch_array () expects parameter 1 to be mysqli_result, boolean given in line 34

I make a module where you can filter the records by different fields Control No. id_Control , Company Type idctg_empresa and by Shift idctg_turno . In my DB is designed so that in my table trabajador have foreign keys o...
asked by 03.05.2018 / 00:08
0
answers

Why is my table in mysql not updated using php?

I've been trying to update a mysql table that I have on phpmyadmin without success. The data that I enter to update this table if they manage to be sent by the POST method to another php page but can not be updated in the table. While you set de...
asked by 04.05.2018 / 17:51
1
answer

Because I do not take the values in method $ _POST | print_r () expects at most 2 parameters ... on line 5

$habitacion=$_POST['habitacion']; $estado=$_POST['estado']; $personas=$_POST['personas']; print_r($habitacion,$estado,$personas); $query="SELECT * FROM habitacion WHERE hab_id='$habitacion'"; $result=mysq...
asked by 26.04.2018 / 08:40
1
answer

You do not have permission to access / phpmyadmin on this server

I have a server mounted on a centos 7 machine and a dynamic dns to which I can access remotely, but when I try to enter the database that I have on that server using php my admin, I get this. Search the internet and I have to modify the...
asked by 24.04.2018 / 07:49
1
answer

Open a modal from a select

I'm printing the next select opt <select id="select_ic"><?php ?> <option data-toggle="modal" data-idsubseccion="<?php echo $id_sub_seccion ?>" type="option" class="btn btn-default" data-toggle="modal"...
asked by 17.04.2018 / 19:17
1
answer

Help with array of objects in $ _SESSION PHP and MySQL

I would like to know how I could do to load data from a BB DD and with that data loaded create an object for each row of the database that would be stored in an array of objects with $_SESSION for example, using this code: CLASSIC...
asked by 20.04.2018 / 18:43
1
answer

How do I generate the SQL query with a select parameter in php?

Good as I can do to bring me a data from a table, by means of the query sql with a parameter, the parameter will be the value of a select My code is: and where the query is: where is the N ° 1 is where the value obtained fro...
asked by 17.04.2018 / 02:12