Hi folks I need to ask something about scripts&browser First, i didnt know that script is still working even if the user closes the browse (scripts that work long time) My problem was that some scripts are running very long (long queries) and even if i set set_time_limit() it wont help because browser will timeout.
Now i am trying to open another php script which will be running long, like this: w=window.open("long_script.php","new","height=300, width=300"); w.close(); On my local computer this works ok, but when i put it on the web server this wont work, like "long_script.php" is not working. Any link or info about this would be helpful, Radovan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php