hmmz.. if i got you stright, the solution should be require_once('./....');
that way you call the other file, send what eva you want to do, and the control stays on the same file.
im using it instead of long functions.
Thanks, Tuk4. I'll give that a try. But I thought I'd need something like exec() to accomplish this. I'll update this thread once I've tried these and other possibilities and have a solution. But if anyone else has further ideas, I'd appreciate hearing those, too.
What I'd like to do is have the first script either call a URL such as vbulletin.com/myscript.php?do=run&forum=25 or pass the parameter such a forum 25 to the 2nd script which would then revert control to the first script once the 2nd script completed its tasks.