<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'session' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'session' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2008 Programmers Heaven</copyright>
    <pubDate>Mon, 01 Dec 2008 18:46:39 -0700</pubDate>
    <lastBuildDate>Mon, 01 Dec 2008 18:46:39 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>session</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/371890/371890/session/</link>
      <description>hello......I used :&lt;br /&gt;
&lt;br /&gt;
session_start() ;&lt;br /&gt;
session_register('msg') ;&lt;br /&gt;
&lt;br /&gt;
to create a session and I wrote: $_SESSION['msg']="card added" ; &lt;br /&gt;
and there is a header in the page to another page, I tryed to output the message like this but it didn't work: echo"$_SESSION['msg']" ;&lt;br /&gt;
&lt;br /&gt;
how can I do that.... and thanks alot</description>
      <pubDate>Wed, 14 May 2008 08:54:36 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: session</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/371890/372718/re-session/#372718</link>
      <description>Did you try session_start() in the next page before echo().&lt;br /&gt;
&lt;br /&gt;
If it gives "Headers already sent" then try:&lt;br /&gt;
&lt;br /&gt;
ob_start()&lt;br /&gt;
&lt;br /&gt;
session_start()&lt;br /&gt;
----------etc&lt;br /&gt;
&lt;br /&gt;
ob_flush()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: hello......I used :&lt;br /&gt;
: &lt;br /&gt;
: session_start() ;&lt;br /&gt;
: session_register('msg') ;&lt;br /&gt;
: &lt;br /&gt;
: to create a session and I wrote: $_SESSION['msg']="card added" ; &lt;br /&gt;
: and there is a header in the page to another page, I tryed to output &lt;br /&gt;
: the message like this but it didn't work: echo"$_SESSION['msg']" ;&lt;br /&gt;
: &lt;br /&gt;
: how can I do that.... and thanks alot&lt;br /&gt;
&lt;br /&gt;
Abhishek&lt;br /&gt;
&lt;a href="http://adeydas.com"&gt;http://adeydas.com&lt;/a&gt;</description>
      <pubDate>Tue, 17 Jun 2008 11:52:47 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>