Start New Discussion Reply to this Discussion how can i make chat room in php and my sql?
Hai everybody,
I need help in making chat room
similar to facebook chat.
store in database userid based.
anybody plz help me.
Vijaysurya
Light Poster
35 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
No one is going to write this for you, if you need help with specific code than we can help. There is a lot of free knock off versions written in jQuery and JavaScript. You won't find a pure PHP Chat
GliderPilot
Posting Whiz in Training
239 posts since Sep 2006
Reputation Points: 34
Solved Threads: 42
Skill Endorsements: 12
hai everybody,
thanks for reply,
write now my chat function store in
subjectid based.
but i want to chat message store in userId based
Vijaysurya
Light Poster
35 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
gary.kline.940
Newbie Poster
2 posts since Nov 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
Since userId's are specific to a logged in user and not a specific computer, a cookie does not seem like the way to go. Basic authentication in PHP is usually done with sessions, so you could just as well add the userId to the session.If the session times are too short, increase the session time.
paulinetaylor85
Newbie Poster
11 posts since Oct 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0672 seconds
using 2.7MB