Jump to content

[SOLVED] Using system(), exec() etc


rockstarrem

Recommended Posts

Hey guys, I really need help here.

 

I'm trying to decode an FLAC file through PHP. Here's an example:

 

<?php
system("flac -d dancing.flac");
?>

 

Now, that doesn't work. But if I just do this:

 

<?php
system("flac");
?>

 

I get the normal output of just typing "flac" in console.

Link to comment
https://forums.phpfreaks.com/topic/175145-solved-using-system-exec-etc/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.