Questions tagged as 'script'

4
answers

Make one copy at a time from the source file, to the destination files

A new need arose accompanied by a good new question that until then I did not find anything similar on the internet - Copy a single line at a time, for a single different file . Example for each new line to be copied: total=10 linha='ca...
asked by 02.02.2018 / 13:36
1
answer

How to run a script without worrying about special characters?

I made a batch for windows to install some programs and make settings automatically, it worked normally, but when doing a test using a folder that had space in its name it stopped working, put it in the variable "" and returned to normal . Bu...
asked by 25.09.2017 / 14:46
3
answers

Refresh page after action

I have a function to change records in the database and use a modal to show success message or change error. The issue is that I can delete, but I would like to have the page automatically refreshed after this function. elseif(isset($_GET['...
asked by 26.12.2016 / 23:39
2
answers

How to highlight a row in the query result php + sql

I'm developing an Application that uses a page PHP where I will have a ranking of points that the user makes when performing some interaction with it. I have a script that generates the list in order (from highest to lowest) showing from...
asked by 05.01.2016 / 20:13
2
answers

Auto Click mouse on a content within a div?

I would like to know if it is possible to do a div with auto click. This is how the page loads and when someone clicks anywhere on the page the mouse clicks on the content inside the div. In case I put an iframe from an external page. but...
asked by 29.05.2015 / 22:04
3
answers

script for printer installation automation

Good afternoon, I have in my environment a print server with a total of 63 printers installed and shared on the network, I would like a script to automate the installation of these printers on the machines of the company, so far I have done the...
asked by 15.05.2018 / 21:24
1
answer

Change task time in Windows

I need to set up a Windows task so that it runs every 30 seconds, but the task scheduler has a minimum time of 1 minute and you try to change it to (30 seconds || 0.5 minutes || 0.5 minutes) I always get the same error message: If you k...
asked by 22.08.2017 / 20:13
2
answers

How to create a search box?

I want to put a words search box on my site and I do not know how to do it, I tried several examples and none worked! I need this search box because my site is very extensive and would make it easier for users. Ps: I'm not going to paste my...
asked by 24.10.2017 / 17:13
1
answer

Script not authenticated

Sometimes I come across an icon in the browser bar, stating that the page is trying to load scripts from an unauthenticated source. Why does this occur?     
asked by 20.10.2017 / 17:04
1
answer

How to call a function inside a PHP script from the command line

I want to know if I can call a function inside a script from the command line, using for example: $ php script.php minhaFunção() <argumento> In this case, the function is not inside a class (do I need to be?) Below my code: <?...
asked by 11.08.2017 / 04:09