proud Posted February 27, 2007 Share Posted February 27, 2007 Recently i'm trying to design a php chatroom... I use mysql insert commands to insert the message into the database and select commands to retrieve the data, in this project i was forced to use frames in order to let the form used to submit messages in a seperate page and the displayed messages in another page with a (meta-tag) used to refresh that page only in order to get the new messages from the database but without refreshing the page containing the form used to submit messages... The problem occured when i tried to design a logout link to exit the chatroom ; the problem is that if i made this logout link in the form page it will only log me out of the form page but the displaying page remains still in the frame and vice versa... So how can i logout of the frame page entirely? Other wise is there any php solution for this problem but putting in consideration that i need to refresh the part of the page containing the displayed messages without refreshing the form for submitting messages? Link to comment https://forums.phpfreaks.com/topic/40357-logging-out-from-a-frame-page-chatroom/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.