please help me...
Hi i want to run a php program using linux command....
php program is stored in /var/www/html/t.php
that program is
<?php
$command='ooffi ce -invisible "macro:///Standard.Module 4.Main()"';
print system($command );
echo"successful ly converted";
?>
the above program is run in terminal....
[root@localhost html] php t.php
successfully run
But doesnot run in browzer...
somebodys told set uid .....
I dont know how to setuid in terminal ...
so please help me...
Hi i want to run a php program using linux command....
php program is stored in /var/www/html/t.php
that program is
<?php
$command='ooffi ce -invisible "macro:///Standard.Module 4.Main()"';
print system($command );
echo"successful ly converted";
?>
the above program is run in terminal....
[root@localhost html] php t.php
successfully run
But doesnot run in browzer...
somebodys told set uid .....
I dont know how to setuid in terminal ...
so please help me...
Comment