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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rammi07

    How to print well formated xml on php call

    Hi all i got a php script that pulls xml file from remote server and writes it to a file and also displays it browser.The porblem is that the echo does not produced well formated xml!!(Note:the writeen file is well formated but not output to browser). when i call this php i want to be able to...
  2. rammi07

    problem fetching remote xml file using ajax

    Hi all i am using the follwoing code to display a feed but when run i get the following error:access is denied xmlobj.open('GET',doc,true); ===>access is denied. error line 34 If i download the same xml file manually and place it in same folder as script then i do not get error. could any...
  3. rammi07

    problem fetching remote xml file

    monksnake so could u tell me what should i do to fix this problem?
  4. rammi07

    problem fetching remote xml file

    monksnake thank u for u reply. i tried it both on localhost and one of free php hosting website and both give me same access denied error. could u tell me how to change the permissions and what shold be the permission setting ? i am using IE 7. do u think that is the problem. I want a solution...
  5. rammi07

    problem fetching remote xml file

    Hi all i am using the follwoing code to display a feed but when run i get the following error:access is denied xmlobj.open('GET',doc,true); ===>access is denied. error line 34 If i download the same xml file manually and place it in same folder as script then i do not get error. could any...
  6. rammi07

    how to download remote xml file?

    Kozusnik thank u for u reply. The xml file is on internet and i want get the file to use it localy. i am not running my own server. I just want to host my php script on a site. So u do u think wget will work!!
  7. rammi07

    how to download remote xml file?

    Hi all. could any one show me diffrent ways to be able download remote xml file using php. I want access a remote xml file every few min and download it and use it as it is local file. I be happy if some one show me how this can be don.Thanks
  8. rammi07

    can we use AJAX to utilize remote xml file?

    monksnake yes rss xml files can be accessed at all time. The radio station offered that to be used.So could u point me to correct ajax that every few seconds pulls data from xml and display it ?Thanks
  9. rammi07

    can we use AJAX to utilize remote xml file?

    Thank u for your replies. Actually i am not running my own server. I have a webpage in one of free hosting sites and there is a xml file with data on it located in diffrent server and i do not have controle over it. What i want pull that xml information every few seconds and display it in my...
  10. rammi07

    can we use AJAX to utilize remote xml file?

    Hi all. i am tryng to use ajax for pulling some dynamic xml data from a remote server but not sure if it can pull xml data from remote server . I be happy if some one guide me before i go deep in learing AJAX .Thanks
  11. rammi07

    How to display rss xml feed using flash?

    kennethkawamoto thanks for your reply. Unfortunelty i do not know much flash experience. Is there any sofware like swish that can make such thing for u?
  12. rammi07

    How to display remote dynamic xml wihout refresh?

    so u mean i update to IE 7 only? which other lines should i change ?Thanks
  13. rammi07

    How to display remote dynamic xml wihout refresh?

    dwarfthrower thanks for u reply. i am using the following script found one web for remote rss and i get permission error when i upload it to free sites!! But when i run it from localhost it runs corectly. I be happy if you help me fix this problem.Thanks [/code] <!DOCTYPE html PUBLIC...
  14. rammi07

    How to display rss xml feed using flash?

    Hi all . I want to create a page that it pulls dynamic xml data from a remote server (in this case it is from radio station rss that inncludes artist name,song name and ...) and display it page. Here is example of remote rss xml: - <playlist> - <song> <artist>Artisname1</artist>...
  15. rammi07

    How to display remote dynamic xml wihout refresh?

    Hi all . I want to create a page that it pulls dynamic xml data from a remote server (in this case it is from radio station rss(xml) that inncludes artist name,song name and ...) and display it page. Here is example of remote rss xml: CODE - <playlist> - <song> <artist>Artisname1</artist>...
  16. rammi07

    How to display remote dynamic xml wihout refresh?

    vaunita could u point me to working example of javascript that does not produce permission error.?Thanks
  17. rammi07

    How to display remote dynamic xml wihout refresh?

    Hi all . I want to create a page that it pulls dynamic xml data from a remote server (in this case it is from radio station rss that inncludes artist name,song name and ...) and display it page. Here is example of remote rss xml: - <playlist> - <song> <artist>Artisname1</artist>...
  18. rammi07

    How to Capture Keys and replace key in javascript

    hi all. could any one show me how i can capture all the keys and do some replace for keys. For example if key K is pressed i want in textbox it shows arabic unicode equivelent for letter k which is ?. Similerly for remaining keys.Thanks
  19. rammi07

    How to swap non english unicode characters instead of english letters

    Hi all i am trying to create a program that when i press a certain english letter, it goes writes non english unicode of that letter instead. All the equivelent letters are predfined . For example if i press letter K on keyboard ,in the textbox or word type document it prints ? and so fort for...
  20. rammi07

    How to be able to display farsi unicode in vb6 textbox

    could any one show me how i can display farsi unicode letters in visual basic textbox. Now when i paste i get all ????????????????? instead of the sentence. Thanks

Part and Inventory Search

Back
Top