View Single Post
  #3  
Old 05-28-2008, 08:48 AM
mike mike is offline
Administrator
 
Join Date: May 2007
Posts: 273
Send a message via AIM to mike Send a message via MSN to mike Send a message via Yahoo to mike Send a message via Skype™ to mike

If you have this at the end of script_a, it will run script_b, then script_a will finish.

Sure you could have a function or do a include or require, but there maybe circumstances.

The reason I run this like this is due to these scripts running database dumps from Oracle and then formatting reports to email to distribution lists and the main script that I am modifying is already large enough, too much code

So since I found this and it works, I just thought I would add it. You can do it anyway you want

~Mike
Reply With Quote