How to call php function when select option changes? Is my designed flawed? – Jquery
I'm trying to create a simple web chat between users and admins. My idea was to create a php object ChatRoom. Users will have a ChatRoom object, instantiated with their user id, which will load up their previous chats (stored…