problem with ajax on the hosting server
- by nelly
when I Implemented chatting Function , I use Ajax to send messages between file to another .
so , it is working well on local host .
but , when I upload it in to remote server it doesn't work.
can U tell me ,why ? is an Ajax need Special configuration ?
there is my files that I used :
Ajax .js file witch has "ajax_send" function that i used…