I was using localhost:8080 on jakarta tomcat to view php webpages and execute an xmlhttprequest, but I found that this version on tomcat was not compatible with php scripts. So I installed apache 2.0 instead. Now when I try to execute the same request, I am getting this
unspecified error: code 0:
the specified line is
http.setRequestHeader("text");
http.send(null);
Does anyone have an idea why this is causing an error?
Richard.