|
Posted by Erwin Moller on 10/31/78 11:33
cricketunes@yahoo.com wrote:
> Hi Folks,
> I use PHP for a user login application and it works fine. The problem
> is that another process should start up as soon as the user logs in and
> should keep on displaying different popup messages every 5 minutes. Is
> there a way I can implement this using PHP?
>
> Basically the idea is to get a background process running, thats it.
>
Hi,
The easiest way to annoy your visitors with popups is javascript.
You don't need any background PHP process, which don't even exist AFAIK.
With JS you can easily make a timer that will popup some page every X
seconds. Beware however that many people have popupblockers, just because
unsolicited popups are an annoyance.
Regards,
Erwin Moller
> thanks
> Cricket
Navigation:
[Reply to this message]
|