Search found 6 matches

by MichaelMcCulley
Tue Oct 04, 2005 2:38 pm
Forum: PHP - Code
Topic: I need a message on DB entry
Replies: 10
Views: 305

Will this handle multiple alerts? I am assuming that I will have to delete the event record after confirmation in order to avoid duplicate notification. But what if I have 2 or more users make the same data entries that create the alert? If one comes in before the other is confirmed and the iframe r...
by MichaelMcCulley
Tue Oct 04, 2005 2:14 pm
Forum: PHP - Code
Topic: I need a message on DB entry
Replies: 10
Views: 305

OK, that sounds like something I can do.

Thank you very much.
by MichaelMcCulley
Tue Oct 04, 2005 1:58 pm
Forum: PHP - Code
Topic: I need a message on DB entry
Replies: 10
Views: 305

Ok, so just for my own clarity, I create a table for the event queue. when the user does an update to one table, he also creates an entry in the queue for the other indiviual. Done with him. The other user is crusing the site or camping on one page. All pages have a query for the event queue. If the...
by MichaelMcCulley
Tue Oct 04, 2005 12:10 pm
Forum: PHP - Code
Topic: I need a message on DB entry
Replies: 10
Views: 305

Event Queue?

How, what, Is this a db table, text file, server variable?
by MichaelMcCulley
Tue Oct 04, 2005 11:55 am
Forum: PHP - Code
Topic: I need a message on DB entry
Replies: 10
Views: 305

I'll take door #1 Bob

Sounds great. So lets say I want to go with option 1 and use iframes. How would that get the message across that an entry has been made into the database, AND give them the ability to confirm the entry ( which will change a field in the same record) I kind of like the sound of the floating div, but ...
by MichaelMcCulley
Tue Oct 04, 2005 11:00 am
Forum: PHP - Code
Topic: I need a message on DB entry
Replies: 10
Views: 305

I need a message on DB entry

I have an application where user1 is logged into his security groups section of the site, and user2 ( user1's subordinate) is logged into his. User2 makes an entry for an appointment into a table. When User2 submits his entry, I want a popup to show on User1's computer so that he can confirm or resc...