Questions tagged as 'xmlhttprequest'

1
answer

XML Parser in PHP does not work

I am trying to implement an XML parse code in PHP, I believe I configured it following the right logic, but it is not working. It works if I use it with an RSS feed, however the RSS Feed does not have the links of the images. The final goal is t...
asked by 27.05.2017 / 06:23
0
answers

Place local .txt file within a local page

Eae, people. I want to tell you first that I do not handle a lot of java and these types of code, so I already hope I do not have answers, but come on. Next, what I need to do, for a project, is to use the text that is inside a ".txt" file and p...
asked by 09.05.2017 / 04:23
1
answer

How to update an XML file without reloading the page

Good afternoon, I'm creating an application that loads functions based on information from a given XML file. However, as soon as I save a new function via php, when I make an XHttpRequest in javascript the code remains the same. I've already tri...
asked by 04.03.2017 / 13:58
0
answers

Problem in managerengine xml

Hello, <operation name="GET_REQUESTS"> <result> <status>Failed</status> <message>POST_ONLY_URL</message> <error_code>4001</error_code> </result> </operation> link Does anyone...
asked by 08.12.2016 / 16:57
0
answers

ERP integration with wordpress by an XML

Good afternoon guys, I would like to know if anyone knows of any tutorial or any book about integrating an ERP into wordpress by an XML. I need to get woocommerce to receive the Xml data and include it and make it available on the site, does any...
asked by 07.03.2016 / 19:40
0
answers

Why does my xmlhttp.status return zero?

I have a problem with my html , I try to get one json, but the xmlhttp.status is always 0 (zero). I researched it, but I did not find anything very concrete. Below, I simplified the code to show the problem: <!DOCTYPE html&...
asked by 16.12.2015 / 11:57
0
answers

Send XMLHttpRequest () to a method of a class

Is there any way I can request.open('post', 'server.php'); call a method from a php direct class instead of calling a file?     
asked by 18.05.2015 / 15:32
1
answer

Error performing actual time request with XMLHttpRequest

I'm having an error in my Real Time request via XMLHttpRequest, follow the javascript code: function requisitar() { var base_url = window.location.origin; var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttp...
asked by 12.02.2018 / 20:01