<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>in-phpug at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/in-phpug/</link>
    <description>Indian PHP User Group</description>

    <item>
      <title>Re: Session timeout</title>
      <pubDate>Thu, 02 Jul 2009 09:06:56 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3253</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3253</guid>
      <description>Hi, My server time is correct and set to IST. -- Regards, Abhishek jain ________________________________ From: Rohan Prabhu &lt;rohan@...&gt; To:</description>
    </item>
    <item>
      <title>Re: Session timeout</title>
      <pubDate>Tue, 30 Jun 2009 15:25:23 GMT</pubDate>
      <dc:creator>Rohan Prabhu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3252</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3252</guid>
      <description>Check to see if your server time is correct and is set to UTC. Since PHP Sessions are handled via cookies, they expire prematurely if a wrong time is set.</description>
    </item>
    <item>
      <title>Session timeout</title>
      <pubDate>Tue, 30 Jun 2009 12:12:57 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3251</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3251</guid>
      <description>Hi, My site abruptly at times closses session, ie the user logs out automatically even if he is refreshng and browsing the site, I do not know the reason why?</description>
    </item>
    <item>
      <title>Re: Cookies problem in application developed in PHP</title>
      <pubDate>Mon, 15 Jun 2009 03:50:23 GMT</pubDate>
      <dc:creator>ninad panday</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3250</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3250</guid>
      <description>HI, I think PHP has a built in mechanism to handle the fall back in case the client side cookies are disabled. By default it is not enabled.. You need to</description>
    </item>
    <item>
      <title>Cookies problem in application developed in PHP</title>
      <pubDate>Sat, 13 Jun 2009 12:12:36 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3249</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3249</guid>
      <description>Dear Friends, I am facing a strange error, I have developed a site in PHP and in some system the site refuses to allow one to login and other systems it</description>
    </item>
    <item>
      <title>Re: PHP Global session variable?</title>
      <pubDate>Thu, 11 Jun 2009 11:11:10 GMT</pubDate>
      <dc:creator>Krishna Shasankar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3248</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3248</guid>
      <description>I don&#39;t think if there is such an equivalent in PHP. You will have to store the data in the file system by some means inorder to provide application-wide</description>
    </item>
    <item>
      <title>PHP Global session variable?</title>
      <pubDate>Thu, 11 Jun 2009 07:16:40 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3247</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3247</guid>
      <description>Hi, Is there a global session variable which is global , i mean which can be accessed by every request and changed by any one , Which destoys itself once the</description>
    </item>
    <item>
      <title>Re: magic_quotes_gpc</title>
      <pubDate>Mon, 08 Jun 2009 02:25:38 GMT</pubDate>
      <dc:creator>Milindkumar Patil</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3246</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3246</guid>
      <description>Let magic quotes disabled as it original setting Use your created function to escape query information I am using following functions function</description>
    </item>
    <item>
      <title>Share Live Feed- possible?</title>
      <pubDate>Sat, 06 Jun 2009 00:57:28 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3245</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3245</guid>
      <description>Hi Friends. I need to collect the live stock market price for all the stocks. possible? How? Any page which gives me this in the form of  a XML feed, or i can</description>
    </item>
    <item>
      <title>Re: XML Parsing</title>
      <pubDate>Sat, 06 Jun 2009 00:57:16 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3244</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3244</guid>
      <description>Hi, Thanks for the email, This array is not in the form i want, i want XML::Simple (Perl) kind of thing, where the array is actually an asociated array with</description>
    </item>
    <item>
      <title>Re: XML Parsing</title>
      <pubDate>Fri, 05 Jun 2009 05:26:06 GMT</pubDate>
      <dc:creator>krishna.srikanth@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3243</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3243</guid>
      <description>Hi, There is one class in phpclasses.org, SimpleXMLParser. Just use that class and get the array to use in your php. Get the details here.</description>
    </item>
    <item>
      <title>Re: magic_quotes_gpc</title>
      <pubDate>Thu, 04 Jun 2009 15:24:19 GMT</pubDate>
      <dc:creator>Rohan Prabhu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3242</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3242</guid>
      <description>not really. Generally, magic quotes is switched off (because it can cause unwanted changes to data at times). Als in PHP6, magic quotes is going to be</description>
    </item>
    <item>
      <title>magic_quotes_gpc</title>
      <pubDate>Thu, 04 Jun 2009 14:13:38 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3241</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3241</guid>
      <description>Hi, I want to know a bit on SQL Injection. If in my server i have in php.ini magic_quotes_gpc = On Is this sufficient for preventing sql injection? Please</description>
    </item>
    <item>
      <title>XML Parsing</title>
      <pubDate>Thu, 04 Jun 2009 14:13:29 GMT</pubDate>
      <dc:creator>abhishek jain</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3240</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3240</guid>
      <description>Hi Due we still need to rely on xml_parse or is there a better way so that the XML is parsed and we get a array for that xml. Thanks -- Regards, Abhishek jain</description>
    </item>
    <item>
      <title>Re: nuSOAP help needed</title>
      <pubDate>Mon, 01 Jun 2009 11:48:30 GMT</pubDate>
      <dc:creator>Surajit Koly</dc:creator>
      <link>http://tech.groups.yahoo.com/group/in-phpug/message/3239</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/in-phpug/message/3239</guid>
      <description>Hi Krishna, All of my problems regarding SOAP is solved now with your help. Your comment is really helpfull for me. Thanks :) Regards Surajit </description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Mon Jul  6 11:03:38 PDT 2009 -->
