Questions tagged as 'script'

0
answers

Server with Timer in PHP

I would like to use PHP to run a monitoring server, which periodically runs (eg, hourly) a check, but without relying on Cron or Task Scheduler, unless it is to start on that server PHP, so as well as not getting stuck the platform, I can contro...
asked by 16.10.2017 / 15:53
1
answer

Crontab does not execute a command in PHP

On a CentOS 7 machine I have the following line in crontab 0 21 * * * php -q /data/wwwroot/central/crons/cron.php >/dev/null 2>&1 But at the specified time it does not perform the task. And in the log the result is eh Sep 27 21:...
asked by 28.09.2017 / 02:10
0
answers

Send form to two locations and redirect

I need the script to send my form to two locations and after sending it to the response page. <script type="text/javascript"> function EnviaForm2() { document.getElementById('formnewsletter').action = 'https://docs.google.com/...
asked by 24.09.2017 / 04:42
0
answers

I can not use onkeydown with precision

I have the following fields: WhenIreportthediscountin%,itshouldautomaticallycalculatetheDiscountinR$,andtheresultinthetotalnet,andwhenIinformtheDiscountR$,itgivestheresultinpercentageintheDiscount%field,andtheresultinTotalNet.Uptothatbeauty,...
asked by 05.09.2017 / 14:57
1
answer

Script to open calls by Google Forms

I've been involved in creating a Script that opens a Technical Call via a Google Form. By submitting the form responses the script picks up the information, collected from the answer sheet, and sends it to a specific email. For this he writes...
asked by 06.09.2017 / 21:02
0
answers

How to allow script tag in Slick.js

Hello, I'm using the Slick.js carousel, and I wonder if anyone knows how to allow the tag to appear in the carousel content. Demo of Slick.js Example how I want to use: Default Slick code: <div class="your-class"> <div&g...
asked by 02.09.2017 / 16:25
3
answers

Add percentage

I'm trying to add percentage, but it's not showing up correctly. The intention is to calculate the percentage, and then add up to the value. Example:    100.00 + 10% = 110.00 $(document).ready(function() { $("#proposta").focu...
asked by 18.08.2017 / 13:40
0
answers

Connecting to multiple banks with mysql loop

Good afternoon My question is about connecting to several databases in mysql for reporting I would like the annual result of the year 2016 in sales, with this I want to get the result of each month, but this would require a select for each...
asked by 09.08.2017 / 19:09
2
answers

Select with checkbox

Well, my question is, would I have an appointment with the mysql bank and play instead of the cities? <html> <head> <title></title> <link href="http://cdn-na.infragistics.com/igniteui/2017.1/latest/css/theme...
asked by 01.08.2017 / 09:46
2
answers

infinite scroll with angled problem loading DB data

I'm trying to implement Infinite Scroll to my project and following some classes I found on the internet I came up with this code: <?php $query = "SELECT * FROM produtos ORDER BY id DESC"; $resultado = mysqli_query($conectar, $query); whi...
asked by 24.07.2017 / 17:38