'stop' or 'kill' an executed file
Posted: Wed Jan 31, 2024 10:06 am
Hello,
Anybody knows how to 'stop' or 'kill' an executed file?
I do this
This will invoke my browser to open with a new subpage and execute the code within my php program. No output is generated.
Just starting some little process on a site and then it may be stopped.
So how to close subpage or browser...?
Serge
Anybody knows how to 'stop' or 'kill' an executed file?
I do this
Code: Select all
cURL := 'https://mols-poezieatelier.be/mm.php?IPX=IPX&WIE=XG'
EXECUTE FILE cURL
Just starting some little process on a site and then it may be stopped.
So how to close subpage or browser...?
Serge