Questions tagged as 'php'

1
answer

How to send a pdf created with fpdf by mail using PHPMailer?

I happen to have a code that generates pdfs perfectly with the fpd library. But at the end of this, I added another library with its corresponding code to send me this pdf generated by mail with PHPMailer, and what happens is that it sends me th...
asked by 25.12.2018 / 06:32
1
answer

PHP - Bring weight of each file / file in a cycle

Good morning. I need to bring the weight of each of the files (they are all images) that are inside a directory. <?php $directorio = "vistas/img/productos"; $scandir = scandir($directorio, 1); ?> <div class="conta...
asked by 25.12.2018 / 11:27
2
answers

Change commas for points in a spinner

I am making a web application and I would like the decimal data to appear with period or with commas, but being the coherent application in all since the data in the database appear with points and in the spinner with commas. I would like to kno...
asked by 27.01.2016 / 22:22
0
answers

Activate NAV TAB bootstrap after Insert Registration

Friends Good afternoon everyone, My question is this: I have a NAV TAB in bootstrap but after having inserted a record in MYSQL, as you could do this, I know I should use javascritp, but I really do not have the slightest idea where to sta...
asked by 23.12.2018 / 21:42
0
answers

screenshot of the clipboard with JavaScript

Good friends I'm trying to copy a screenshot and paste it into my program I found a code on the following page link which does what I want is copied and pasted the screenshot, but I do not know how to manage to upload the image to the server i...
asked by 24.12.2018 / 01:50
4
answers

Problem loading drivers from my website made with CodeIgniter

I am learning how to program dynamic websites with php using the framework codeigniter and I have a first dynamic web made on my PC (localhost) with some things (registration form, log in and sending emails from contact form) that I want to...
asked by 03.02.2016 / 16:49
0
answers

Capture lyrics from musixmatch

I wanted to ask you what is wrong with this code that does not return musixmatch song lyrics. Unfortunately I do not know about programming, I changed the values (url, api_key and the tags to return). The data q_artist and q_track take them f...
asked by 24.12.2018 / 12:44
2
answers

Execution of a query according to timeout

Very good friends I wanted to know if you can help me with an idea to solve a question. I would like to calculate the interests that a client has every certain amount of time (24 hrs for example). I have the idea of doing a Timer Out Globa...
asked by 23.12.2018 / 21:53
1
answer

Position elements with respect to a div in specific

I am doing a section for my web where the content I generate dynamically in an administrative panel that I have created previously. The content is inserted (text, images, titles and links) and can be draggable using draggable jquery-ui so I can...
asked by 21.12.2018 / 05:50
1
answer

Search Record by php and mysql date

I have a bd of a newspaper which has a fairly large flow of articles which I want to filter by a specific date. the input is configured as date that same value I save it in a variable to make the query but it does not bring me the date that I sp...
asked by 23.12.2018 / 00:39