At 3:13 PM -0400 10/18/07, Robert Cummings wrote:
On Thu, 2007-10-18 at 15:04 -0400, tedd wrote:
 Hi gang:

 I would like to run a php script that creates a web page and AFTER it
 is finished creating the page, then it runs another php script -- how
 you do that?

exec()

Cheers,
Rob.


Rob:

I'm sure you're right, but I can't seem to get the hang of it.

Thus far, I'm using something like:

exec("/var/www/vhosts/example.com/httpdocs/mydir part2.php");

where part2.php is what I want to run and the path is what's provided by __FILE__.

Where am I going wrong?

Cheers,

tedd
--
-------
http://sperling.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to