hi friends,
i m writing code for chatting using PHP MYSQL but i got lots of problem with it. the main problem is to print the message, when i print the message at other end it replaces the entire previous message in TEXTAREA and write the new one. here i want to print the next message after previous printed message. is there any solution for it?
plz donot suggest to concatenate the new message with the old message, because it becomes too slow when message increases to hundreds of line and also take lots of processing time.
plz suggest me better solution instead of it.
thanks in advance!