Jump to content

indu

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

indu's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, i was trying to parse an RSS feed, but it always shows an error XML error. The rss url is "http://kuwaitse.com/PORTAL/A/RSS/". I used so many rss parsers, but all shows the error XML error. What might be the cause? Thanks in Advance
  2. Hi All, I have a serious issue here. I am calling an application which needs some cookies to be set to function properly. The appln sets some cookie parameters on login and on furthur calls it require these cookies to follow. I was successful in storing the cookies as a txt file using CURL. But in the furthur calls , how to pass that? from curl tutorial i came to know that the cookies are automatically passed to the furthur calls. But how can i check that? If i have one variable Jsessionid in the cookies test, how can i check whether that variable remains the same in the next call? Also, setting the cookies in the header and calling an url like http://xyz.com?JsessionId=abcd are same or not? Thanks in advance
  3. Hi All, I am new to this forum..seems here i will find a solution. I need to refresh an xml file , grabbed from one website., in every 15 minutes. My website is taking data from this xml file and displays the stock information. As the loading and parsing takes some delay , i thought of refreshing the xml in every 15 mintes without affecting my website display. I thought of having some thread class(as in Java) which keeps on calling the function in every 15 minutes. Is this a good solution? Also when i save the xml file how can i write to the file without causing any access problems to the website users. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.