asmith Posted April 1, 2009 Share Posted April 1, 2009 Hi, I have no idea about this. Can someone please guide me in some direction. I want to code a messenger for my website. Lets say like MSN or Yahoo. So that my site users can sign in into it using my site database users table. What program should I learn for it? I absolutely have no idea how to start. a little guide please ^^ Link to comment https://forums.phpfreaks.com/topic/152083-coding-a-messenger/ Share on other sites More sharing options...
Adam Posted April 1, 2009 Share Posted April 1, 2009 I assume you mean desktop app and not web based? Link to comment https://forums.phpfreaks.com/topic/152083-coding-a-messenger/#findComment-798704 Share on other sites More sharing options...
asmith Posted April 1, 2009 Author Share Posted April 1, 2009 Yea sure. Link to comment https://forums.phpfreaks.com/topic/152083-coding-a-messenger/#findComment-798738 Share on other sites More sharing options...
.josh Posted April 1, 2009 Share Posted April 1, 2009 you would have to learn java or vb or c++ or vc or delphi or some other language capable of creating stand alone applications. If you want to make a web based app, you can learn js/ajax or flash to make an interface that would run in your browser and communicate with your server in real time, using php or some other server-side language for the backend to communicate with the database. Link to comment https://forums.phpfreaks.com/topic/152083-coding-a-messenger/#findComment-798877 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.