json,vb6,responsetext,serverxmlhttp
It was a limitation of the vb6 debugger itself. It was not displaying the full response even though it was in fact there if I outputted to a message box or file. Using MSXML2.ServerXMLHTTP to access data from a web page returns truncated data in Lua helped draw this conclusion...
javascript,php,ajax,tomcat,responsetext
you need to install PHP for Tomcat & set its path to compile it.see the below link for php configuration settings. http://php-java-bridge.sourceforge.net/doc/tomcat6.php http://www.studytrails.com/blog/php-on-a-java-app-server-apache-tomcat-using-quercus/...
php,mysql,ajax,json,responsetext
Per Discussions: In the image shown, there is an // being added to the beginning of your echoed data which is making your JSON invalid. You need to backtrace through your included files inside your requested URL: url: "api/listAll.php" and remove the // to make your JSON valid again....