Re: [PHP] run php file in browser with exec command or any other command

2008-06-23 Thread Daniel Brown
On Mon, Jun 23, 2008 at 6:14 AM, Javed Chauhan <[EMAIL PROTECTED]> wrote: > > In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); Have you ever heard of `include` or `require`? -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with

Re: [PHP] run php file in browser with exec command or any other command

2008-06-23 Thread Wolf
Javed Chauhan wrote: Hello Friends, I have one php file in this file i have just use mail function to send the email for testing. In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); and when i run the second file which contains exec command. But i do not get any email.

[PHP] run php file in browser with exec command or any other command

2008-06-23 Thread Javed Chauhan
Hello Friends, I have one php file in this file i have just use mail function to send the email for testing. In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); and when i run the second file which contains exec command. But i do not get any email. So it is not working