Is it easier to create a chat client using java or PHP?
- by Mendy
first off, my goal: Create a chat client that requires the user to log in with a password.
Would it be easier to create it with just HTML an PHP or java?
EDIT: Sorry, I didn't mention. I have some experience in javascript. I'm afraid that is all. I could and would learn another language. So I want to know which language would be better to learn for this project?
also, for the username and password login I'm guessing I would need some mySQL knowledge?
Thanks.