well i have built a very large script and i am trying to break it down. so basically there are individual scripts for each section. and the base script is just a big switch() that will figure out which script to use, send some variables to it, recieve back the information, then take the info, wrap it up in a nice little html template and spit it out to the browser.
i want to test it and see if it is faster this way then including sections in. also, i just want to know if i can do this.
and header("Location: ") won't work because i need the output of script b so i can format it.