Sartavius
10-03-2011, 02:55 AM
Okay, so I'll give you the short version of where I'm at:
I have a chatsite, that I wrote in PHP with a MySQL backend, and one feature I've been wanting to add to it for awhile is the ability for one chatter to ignore another chatter.
The problem is that for some reason I just can't seem to wrap my brain around HOW I will go about doing that. I also can't decide if I should do it with PHP itself or maybe make it simpler on myself and use a show/hide DIV javascript with cookies remembering the setting.
Is anyone willing to give me some basic principles/ideas as to how I would go about this if I chose to use PHP instead?
Many thanks in advance!
I have a chatsite, that I wrote in PHP with a MySQL backend, and one feature I've been wanting to add to it for awhile is the ability for one chatter to ignore another chatter.
The problem is that for some reason I just can't seem to wrap my brain around HOW I will go about doing that. I also can't decide if I should do it with PHP itself or maybe make it simpler on myself and use a show/hide DIV javascript with cookies remembering the setting.
Is anyone willing to give me some basic principles/ideas as to how I would go about this if I chose to use PHP instead?
Many thanks in advance!