Reply to Re: Background process/multithreading in PHP??
Posted by Meiγo on 12/05/05 12:47
you don't need a background process
well, if you want to display the popup while the user is navigating,
just use a Session variable (with the time when the next popup should
appear).