Questions tagged as 'php'

0
answers

wpdb makes queries in incorrect order [closed]

I have a problem with processing a file. First I give you a summary of the situation. The idea is to receive in a csv the prices of 3 types of rooms for a specific date (one line for each day), and with that file I must insert them in the cor...
asked by 07.11.2017 / 08:05
0
answers

Problems reading excel (xlsx)

I have a problem that I have never had when reading an xlsx file, I explain what I'm trying to do. I have a script placed in a cron that downloads the attachments of an email account and then reads the information from the files and saves them i...
asked by 27.10.2017 / 15:56
1
answer

Undefined property in Foreach

I'm logging into my system and once I login, the idea is that the menu is updated according to the type of user profile, for which I'm doing from the database and showing the menu through a Foreach . However within the Foreach, when comparing on...
asked by 27.10.2017 / 15:53
1
answer

Search in database with Foreach in my model Codeigniter

Hello to the whole stackoverflow community, my respects for this site is undoubtedly full of geniuses and I hope you can help me: / ... The issue here is that I have to make a report of how many people were cited by campaign from the first of...
asked by 20.11.2017 / 16:08
1
answer

How to save in bd, the coordinates that I am showing in a div.innerHTML?

Good, I'm new to the community. My problem is the following, I need to save the coordinates (latitude and longitude) in my database when the person makes a record in my Web Application . Before making the new entry the user agrees to share thei...
asked by 12.10.2017 / 20:35
1
answer

Add message to middleware laravel 5.5

I have a middleware that validates if the person verified your email, which works perfect because if you did not verify it, it returns it to your home. How can I add an alert message once it is redirected that says you should verify your emai...
asked by 17.10.2017 / 04:11
2
answers

Help with Html document and dompdf library

I need help with a document that I try to convert from word to html and then to pdf with dompdf I do not understand why it makes me a jump of almost 1 page and the code of the library is not always attached here it looks good but in the pdf it g...
asked by 25.10.2017 / 21:49
1
answer

How to send Text from Listboxt by GET?

I am passing some parameters using javascript via GET to my controller. One of them is a field of type listboxt(select) , however I can not get the value of the selected text to show it in my result, but rather the text that shows me is...
asked by 25.10.2017 / 22:44
1
answer

Get Name and other information of the current user of wordpres and Search your referrals

In my project in one of the pages of the backoffice that I created for the user is to see my referrals, I am using wordpress, and this referral page will be done by php since I have to make queries in the databases. / p> I know that with this...
asked by 03.10.2017 / 08:31
1
answer

Manipulate .csv files using (fgetcsv ()) php

I'm looking for a way to compare and add data to a csv file using php. The moment this code has been achieved using    fgetcsv () Although it does not work 100% because I can not solve some details: This is the content of "datos.c...
asked by 02.10.2017 / 18:47