[Ilugc] how to execute .sh file in php

  • From: kannan4k@xxxxxxxxx (Kannan)
  • Date: Mon Feb 1 16:25:21 2010

This is the shell script file is

//sendsms.sh
echo "Welcome" | gnokii --sendsms 9944047439
ls

php script is

</php
$n=exec("sh sendsms.sh ");
?>

these two files are located in /var/www/html/ in fedora

while i try to execute php file, the shell script file "sendsms.sh" is not
executing..





how can i execute .sh file in php?


is there any other way to do it...




With regards,

Kannan. R. P,
Blog @: http://kannan4k.wordpress.com/

Other related posts: