<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043041" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043041</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hey I have managed to get it</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-not-displaying-properly#comment-1238199</link>
    <description> &lt;p&gt;Hey I have managed to get it all working, thanks for the help, it turns out there was an error in my SQL code, although by basically rewriting it I have lost a few lines of code, and I will also look into the escape string fucntion, thanks for your help guys!! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Feb 2009 16:22:24 +0000</pubDate>
 <dc:creator>kht</dc:creator>
 <guid isPermaLink="false">comment 1238199 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>One of the ways to escape</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-not-displaying-properly#comment-1238191</link>
    <description> &lt;p&gt;One of the ways to escape the data is to use the &lt;a href=&quot;http://us.php.net/manual/en/function.mysql-real-escape-string.php&quot;&gt;mysql_real_escape_string()&lt;/a&gt; function.  The PHP manual page for that function does explain SQL injection a bit and practices to protect against it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Feb 2009 15:19:03 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1238191 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for the help Shaggy,</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-not-displaying-properly#comment-1238189</link>
    <description> &lt;p&gt;Thanks for the help Shaggy, although it seems to not be working still. &lt;/p&gt;
&lt;p&gt;Also, could you further explain what you meant by:&lt;br /&gt;
&lt;blockquote&gt;Also, it&#039;d be a great idea to validate and escape $_POST[&#039;vid&#039;] string to avoid SQL injection vulnerabilities.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;I am very new to php, i.e. this is the first thing I have ever written in it.&lt;/p&gt;
&lt;p&gt;Thanks for your help &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;
&lt;p&gt;Paul&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Feb 2009 14:45:47 +0000</pubDate>
 <dc:creator>kht</dc:creator>
 <guid isPermaLink="false">comment 1238189 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>$information is a pointer to</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-not-displaying-properly#comment-1238141</link>
    <description> &lt;p&gt;$information is a pointer to a result set, it isn&#039;t the results yet.&lt;/p&gt;
&lt;p&gt;You&#039;ll need to:&lt;/p&gt;
&lt;p&gt;$row = mysql_fetch_assoc($information);&lt;/p&gt;
&lt;p&gt;Then you can:&lt;br /&gt;
echo $row[&#039;name&#039;];&lt;br /&gt;
etc.&lt;/p&gt;
&lt;p&gt;Also, it&#039;d be a great idea to validate and escape $_POST[&#039;vid&#039;] string to avoid SQL injection vulnerabilities.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Shaggy&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2009 18:04:53 +0000</pubDate>
 <dc:creator>Shaggy</dc:creator>
 <guid isPermaLink="false">comment 1238141 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
