Questions tagged as 'php'

1
answer

Armed form phpmailer

I'm wanting to put together a form for a site using PHPMAILER. I'm trying to do tests with my own Email but I'm not getting the messages coming to me nor are the verification fields working for me. This is the test site . On the other hand I...
asked by 15.11.2018 / 00:55
1
answer

Array does not store the full value of my DB if it has a space

Inside my DB I have the following information: MariaDB [agenda]> select * from materia; +-----------+--------------------------------------+ | idmateria | materia | +-----------+---------------------------------...
asked by 15.11.2018 / 00:17
0
answers

How to put in vertical 3 and horizontal 2 with boostrap, php and connected with mysql

Good evening I have a question about PHP with connection with MYSQL , I'm trying that when I call the database MYSQL , I get the data that I have registered but the structure of the frontend is displayed 3x2 and that's why I m...
asked by 15.11.2018 / 05:22
3
answers

Go through select function (mysql) in html

Good I have the following function in a PHP file I create the following function, which I want to go through to show the records in an html as it is possible to do it. Greetings function mostrarAreas(){ $consulta = "SELECT * FROM area"; $...
asked by 13.11.2018 / 17:53
1
answer

Values in DataList HTML, PHP, MYSQL

I would like to know why 'my datalist stores a number in my database instead of a name. Let me explain. I have a database with a table CLIENTS with fields: Customer, customername I load the DataList with the clients that are in the BD a...
asked by 13.11.2018 / 19:37
1
answer

several filters in php

Hello, I need to put several filters on a page as a search of several fields  I have a table where it gives all the information and my filters are start date, end date and department this is my code, but my query to perform the search of the dat...
asked by 13.11.2018 / 19:59
1
answer

Modal Window, Get Row Value, Bootstrap Table

I have a question. I have a table in which I show the ones of a client, of a table called Clients with fields: user_first, user_last, user_uid ... Then I have a button with the symbol '#' that when pressed shows me a modal window wit...
asked by 14.11.2018 / 03:53
1
answer

Error calling a php file

The problem is: Warning: include(../Vistas/plantilla.php): failed to open stream: No such file or directory in C:\xampp\htdocs\SAE\index.php on line 2 This is the template.php file /****************************************************...
asked by 14.11.2018 / 12:54
0
answers

Error PHP- Uncaught Error: Call to undefined function

I get the error:    Fatal error: Uncaught Error: Call to undefined function   call_components () in   C: \ xampp \ htdocs \ webpage \ researchLabotatory \ inventory \ versala.php: 95   Stack trace: # 0 {main} thrown in   C: \ xampp \ htdocs \...
asked by 14.11.2018 / 04:51
0
answers

Rescue data data in phpmyadmin to receive them in a form

I'm doing a small application where I see an index that contains the data of books previously stored in phpmyadmin. I do not know how to do so that in each section I take the data stored in the phpmyadmin table. That is to say that for example I...
asked by 14.11.2018 / 13:02