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 Chriss Miller 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: *

  • Users: rammi07
  • Content: Threads
  • Order by date
  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

    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...
  4. 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
  5. 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
  6. 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>...
  7. 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>...
  8. 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>...
  9. 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
  10. 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...
  11. 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