<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029767" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029767</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/newbie-php-script-help#comment-1174120</link>
    <description> &lt;p&gt;Thanks so much for the help, I&#039;m learning everyday &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Jul 2005 16:03:24 +0000</pubDate>
 <dc:creator>karriston</dc:creator>
 <guid isPermaLink="false">comment 1174120 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/newbie-php-script-help#comment-1174064</link>
    <description> &lt;p&gt;Just to add to Busy&#039;s response, you could also do the following:&lt;br /&gt;
  &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;echo &amp;quot;Your user level is {$_SESSION[&amp;#039;user_level&amp;#039;]} which enables&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you access to the following areas: &amp;lt;br /&amp;gt;&amp;quot;;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt; When you use double quotes for print or echo, you can include variables directly in the quotes. Becasue you are using an array, you surround it with the braces {}.&lt;/p&gt;
&lt;p&gt;See: &lt;a href=&quot;http://www.php.net/types.string&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/types.string&lt;/a&gt; for more information and examples. The section on variable parsing can be found at &lt;a href=&quot;http://www.php.net/types.string#language.types.string.parsing&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/types.string#language.types.string.parsing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;  -Greg&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jul 2005 15:57:03 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1174064 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/newbie-php-script-help#comment-1174055</link>
    <description> &lt;p&gt;change to:&lt;/p&gt;
&lt;p&gt;echo &quot;Your user level is &quot;. $_SESSION[&#039;user_level&#039;].&quot; which enables&lt;br /&gt;
    you access to the following areas: &quot;; &lt;/p&gt;
&lt;p&gt;the problem was mis alignment of quotes, note you have 3 double quotes and are trying to escape the variable with single quotes when you have used double for the value.&lt;/p&gt;
&lt;p&gt;You will also have a problem with this one:&lt;br /&gt;
echo &quot;your password is &quot;. $_SESSION[&#039;password&#039;].&quot; to change it click &lt;a href=&quot;changepass.php\&quot;&gt;here&lt;/a&gt;&quot;;&lt;br /&gt;
;&lt;br /&gt;
You have only escaped one of the double quotes in the &lt;a href&gt; tag, both need to be escaped (\&quot;), so should look like so:&lt;br /&gt;
echo &quot;your password is &quot;. $_SESSION[&#039;password&#039;].&quot; to change it click &lt;a&gt;here&lt;/a&gt;&quot;;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I take it you know there is no  tags, just the  and  ones&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jul 2005 12:27:43 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1174055 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
