[PHP-DB] Re: [PHP] Closing Browser

2010-12-06 Thread tedd
At 12:45 AM -0500 12/3/10, Ethan Rosenberg wrote: Dear List - How do I close the browser window, with a script [shell or Perl], after I exit PHP? Thanks. Ethan Ethan: PHP runs before the browser reads the result. As such, if PHP closed the window when it exited, then there would not be

RE: [PHP-DB] Re: [PHP] Closing Browser

2010-12-06 Thread Oddity Software LLC
If you are trying to do some automation type stuff you might want to look at something like Robo Task - http://www.robotask.com/ You can schedule a browser open to specified URL's (php script) and have it close the window handle after the page is loaded. Regards, Will T Chief Technical