Thread
:
ffmpeg converting using a cronjob
View Single Post
05-14-2008, 02:10 PM
#
3
(
permalink
)
drewbee
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
Also, after reading the manual, exec can return values, you just need to specify it;
PHP Code:
exec
(
'whoami'
,
$array
,
$returnStatus
);
echo
print_r
(
$array
);
drewbee
View Public Profile
Send a private message to drewbee
Find More Posts by drewbee