Posts by Lucas • 51 points
6 posts
-
0
votes0
answers381
viewsQ: Problem with file download in php
am with the following file download code: set_time_limit(0); // Define o tempo máximo de execução em 0 para as conexões lentas $arquivoLocal = "../arquivo/emboss/needle/Resultado/$resultado"; //…
-
1
votes1
answer193
viewsQ: How to get a name inside a php string?
$resultado = "spawn needle /var/www/html/trabalho/arquivo/emboss/needle/alvos.txt /var/www/html/trabalho/arquivo/emboss/needle/modelos.txt Needleman-Wunsch global alignment of two sequences Warning:…
-
0
votes1
answer393
viewsQ: Problem running a script in php?
created a script to run a program automatically, it is correct because in the command line in Ubuntu it runs through the command: /var/www/html/trabalhoTCC/view/needle.sh…
-
1
votes1
answer220
viewsQ: How to execute commands from a Ubuntu executable in php?
run in Ubuntu the following line: needle alvo.txt modelo.txt when running it displays these lines: Needleman-Wunsch global alignment of two sequences I need to enter to go as default in this: Gap…
-
0
votes1
answer41
viewsQ: Upload php problem
Can anyone tell me why the file is not being received in the destination folder? private $id; private $entrada; private $saida; private $status; public function __construct($bd) { $this->bd =…
-
2
votes1
answer168
viewsQ: How to call a linux executable program in php code?
I have a question, I have a web application in PHP from which I will receive a txt file. I need to call a program on linux that will run this txt file and, I would like to know, how I would call a…