skip to Main Content

Can’t read system call output in PHP?

I'm trying to read the hash of a torrent file, so I'm using a simple program called torrenttools. When I run this php file on my localhost: <html> <head> <?php ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); $torrenthash = shell_exec ("./torrenttools info…

VIEW QUESTION
Back To Top
Search