I want to implement a Omegle like chat system on a website, which will match up 2 people in a chatroom.
The problem is that i don't know if this is possible with just PHP and MySQL, because these are the only programming languages i have learned so far.
So the question is:
Is it possible to develop such a thing with PHP and MySQL?
if not what else is needed?
Thanks
ps. i have heard about node.js and socket.io, but would rather avoid using my time learning those two if it there's another way...