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!

    You are using AJAX techniques to begin with?

      hi, laserlight thanks for considering me. here i want to clear your some confusions. in my project i m not using AJAX techniques, i wrote the code in PHP with MYSQL SERVER database, i also used JAVASCRIPT with HTML code. main problem is to print the message just after the previous line without concatenating the previous message with new one.

      if you have a better solution then suggest me.

      thank you.
      [/QUOTE]

        Write a Reply...