is it possible 2 make a site like meebo.com in php????
if yes... then how???
Yes, meebo.com is using PHP and MySQL.
I guess they using a dynamic ajax scripting. ang using API or a something curl stuff... but don't have any idea.. heheheh
I search for ajax post with firebug extension while posting a message at meebo. but I couldn't find anything. I see http://wwwl.meebo.com/mcmd/send but there is no post var and the response is "500 - Internal Server Error". May be it is because the person I sent message is offline...I don't know...
Meebo probably uses PHP "behind the scenes", but the user interface you see is Javascript and CSS (and of course HTML). SQL is probably used for the blogs and the news item, but not for the MSN communication.
well ppl after some research i have found out tht meebo uses cpp at the server... i guess the source code of pidgeon a multi protocol supporting messenger client is being used... or something like that is being used....
it is using ajax
and the server side part is php
it should not be using my sql
becoz
nobody can track the users registering on the website from others (except using the orginal database of that site)
html for the interface (usual)