On 6/16/06, tedd <[EMAIL PROTECTED]> wrote:
So, what say you fine php people, can anyone give me an example of a php application running (i.e., calling) another?
What about something like the code below? I use an extension of
that to fake some threading/multi-processing.
echo file_get_contents('http://domain.com/other.php');
exit;
Rabin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

