RE: [PHP] Message Should be displayed based on Date ,Time and Eve nt name

2005-12-14 Thread tg-php
This is a kinder, gentler Jay.. hey, don't look a gift horse in the mouth! But if anyone's still not satisfied... you can go RTFM if it makes you feel better. :) Happy holidays! (yeah, holidays.. christmas IS included in that.. jesus.. how did political correctness turn to bite everyone on the

RE: [PHP] Message Should be displayed based on Date ,Time and Eve nt name

2005-12-14 Thread Jay Blanchard
[snip] > Your best bet may be AJAX. Google has tons of information. > > PHP is not well suited for triggering a client side pop-up event at a > precise time due to it being server side. > what is this??? invasion of the body snatchers? where is Jay 'RTFM' Blanchard? :-) [/snip] It is the holida

Re: [PHP] Message Should be displayed based on Date ,Time and Eve nt name

2005-12-14 Thread Jochem Maas
Jay Blanchard wrote: [snip] I am accepting event name,Date and time and saving the data in PostgeSQL table.. I have used PHP html Javascript and postgesql for this. Can anyone tell me how can I display a popup message when that particular event occurs on particular date and time. [/snip] You

RE: [PHP] Message Should be displayed based on Date ,Time and Eve nt name

2005-12-14 Thread Jay Blanchard
[snip] I am accepting event name,Date and time and saving the data in PostgeSQL table.. I have used PHP html Javascript and postgesql for this. Can anyone tell me how can I display a popup message when that particular event occurs on particular date and time. [/snip] Your best bet may be AJAX.