<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018357" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018357</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/phpmysql-problem-posting-news#comment-1107729</link>
    <description> &lt;p&gt;so basically it is probably a statement in there in which I have forgotton to add a table tag eg: , or &lt;/p&gt;
&lt;p&gt;but if it is not did you find anything wrong in the code?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 02:36:46 +0000</pubDate>
 <dc:creator>killmaster</dc:creator>
 <guid isPermaLink="false">comment 1107729 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/phpmysql-problem-posting-news#comment-1107728</link>
    <description> &lt;p&gt;Usually what I do if it doesn&#039;t seem to be posting any results is to first echo the query to the screen:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$query &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT * FROM news ORDER BY id DESC LIMIT 10\&quot;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = mysql_query(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;This will first tell you if any values at all are there to be passed to the DB. If the echo statement shows the proper values that should be inserted into the db, try it without the &#039;if&#039; conditional. If it inserts the values without the &#039;if&#039;, then you need to review your logic. If both of these fail to produce any results, you may do a view source of your web page. I have found that sometimes I forget to stick a  or  around the while statement, causing the results not to show on the screen,&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 02:30:18 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107728 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
