Are you in any way familiar with BlueTOC?
It's an AIM connectivity class used generally for making bots. In a terminal window, you can start up a bot usually by executing 'php ./whatever.php' (whatever.php being the bot) and it connects to AIM and runs while including the BlueTOC class. From this point on the terminal window shows all output created by that bot until in some way I kill the bot.
The PHP script on my website, which is actually running on Windows (unfortunately), is using exec('C:\PHP\php.exe .\dabot.php'); but then the page just keeps loading. The script continues to execute well past 30 seconds. The browser never stops loading until I kill the bot.
Can I hide the output from that exec()?