ako Posted April 11, 2007 Share Posted April 11, 2007 Hi, im new here and i would like to ask how can i make a chat script that will have "one way communication". Its for a radio station. The radio producer will be able to see the listeners messages but they will not to be able to see their. But listener will see producers message. I dont need nick names and other stuff, i want simple things a chat box, and and a text box so can write. I have looked everywhere, i cant find something like this. Can you help with the think so i can program it? Thanks. Link to comment https://forums.phpfreaks.com/topic/46591-very-simple-chat-script/ Share on other sites More sharing options...
electricblue Posted April 11, 2007 Share Posted April 11, 2007 One table, user posts to it and the message flags as "hidden", producer posts to it without the "hidden" flag. Producers can login and see all messages include hidden. Those not logged in with the full privileges just get to see non-hidden ones. Hope that makes sense. Link to comment https://forums.phpfreaks.com/topic/46591-very-simple-chat-script/#findComment-226790 Share on other sites More sharing options...
ako Posted April 12, 2007 Author Share Posted April 12, 2007 nice idea, probably i will use 2 log files, 1 for producer and the other for listener. Link to comment https://forums.phpfreaks.com/topic/46591-very-simple-chat-script/#findComment-227443 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.