Questions tagged as 'mysqli'

1
answer

problems showing the null of a tables

Dear, CREATE TABLE 'preguntas' ( 'id_pregunta' int(11) NOT NULL, 'nombre' varchar(200) COLLATE utf8_spanish_ci NOT NULL, 'id_dimension_p' int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;...
asked by 03.10.2017 / 19:18
1
answer

SQL query in WD_usermeta DB

I want to make a query in the Wordpress database because I am creating a page that does the following, according to the user who is registered, this has some referrals, the referrals when registering there is a custom field that is a sponsor whi...
asked by 03.10.2017 / 09:06
2
answers

Redirect after login

Good day, today is a bright Sunday around here. So I will not waste too much time. The whole first part works great. The problem is when SWITCH appears. there or verify that it is well logged but it does send me to the case page. So I guess the...
asked by 24.09.2017 / 17:03
3
answers

PHP Gallery does not load large images. Problem with while

I have been working around a gallery for hours and I can not get it to work, I am a PHP beginner and I would appreciate any help. Attachment code below. In the gallery there are thumbnails and when you click the big picture takes you. The pro...
asked by 27.09.2017 / 20:36
1
answer

DATETIME in MySQL does not correctly record the date

I have the following problem. I use the datetimepicker library to select a date in a form and register it in the database. The problem is that I want to register the date in the MySQL format but I do not record the time, that is, I select the...
asked by 28.09.2017 / 16:27
1
answer

How can I use this Mysql statement in Mysqli?

Since the old versions of php are no longer supported, I am migrating my projects to MYSQLI and I have a problem, I do not know how to group them in an array, since my previous code was this: $enero = mysql_fetch_array(mysql_query("SELECT SUM(...
asked by 16.11.2017 / 01:01
2
answers

Process VARIOUS selections of ComboBOX in PHP

Dear, it is my first post in this community (and the only one) because I really have more than 3 weeks looking for a solution and I feel it is more complicated than I thought. I will be very explanatory. First with what I have and what I want to...
asked by 08.09.2017 / 16:06
1
answer

like asking for a usb device with a space of 32gb and take an action when desctarla in linux

Good day I have the next task I need to copy files from a camera to an HDD both connected on the same computer I plan to make automatic backups when I enter the camera and synchronize them to the HDD that I have connected to the computer. Sea...
asked by 11.09.2017 / 22:20
0
answers

Help .. Fatal error: Uncaught Error

would help me solve this error    Fatal error: Uncaught Error: Call to undefined function   mysql_connect () in C: \ xampp \ htdocs \ fairs-master \ conexao.php: 9 Stack   trace: # 0 C: \ xampp \ htdocs \ fairs-master \ fairs.php (3): include...
asked by 26.08.2017 / 23:59
4
answers

Does not show the result of the query

I'm trying to make a query that shows all the results of a table with a couple of parameters and then encode them in json, however in the query I do not show the results of the table, and it only brings me back a single result, which can be my m...
asked by 23.08.2017 / 14:12