Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How does browser know if its XML or not? 1

Status
Not open for further replies.

jpo245

Programmer
Jan 16, 2005
45
US
are you using the same webserver for each of the files? it might be that if your using different webservers, they may require the xml files to be located in specific folders, uncommon to both web servers.
 
actually, im not using the same webserver.. I'm actually trying to use a php script to output XML for ajax purposes, but for some reason even though my script outputs correctly, the ajax doesnt seem to regognize it...
 
im not overly familiar with ajax at the moment, but i have read that certain browsers can have problems displaying it, there's problems when the back button is used but i dont know if there are any problems with the various servers.

however since your using php which is a sever side language, and i presume that your using the same script on both servers i would presume that your problem lies there. have a look at this link and it might help you further, it contains some links to php and ajax related stuff and some information about ajax.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top