hello all,
i have a process.php file that's only used to execute a process and not output anything. i'd like to call that file, from another php file that does output html, but i don't want the calling php file to be redirected to the process file and see a blank page (just execute the process silently) so i can't use any of the commands that redirects to the process file. for various reasons i don't want to include() the process file into the calling file.
how can i do this?
tia,
michael