I am trying to start a php file on boot up!  I have added my .php 
file in the boottime folder as follows:

<?php
     shell_exec("/mnt/flash/root/file.php");
?>

How can I do this?

Thanks in advance,

Scott

Reply via email to