My motto is to convert the css file to swf file. The flex code will give one .sh file. I want to execute this file from php. When i execute this file from terminal its working fine. But i want to write a code for that.
i have written like
<?php
shell_execute(‘sh filename.sh’);
?>
But, no response for me. the swf file is not created for me.