<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=1310</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1310&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?».]]></description>
		<lastBuildDate>Thu, 09 Jul 2009 16:22:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8667#p8667</link>
			<description><![CDATA[<p>Огромное спасибо товарищ модератор )))))))))))))<br />всё получилось</p>]]></description>
			<author><![CDATA[null@example.com (Daelli)]]></author>
			<pubDate>Thu, 09 Jul 2009 16:22:06 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8667#p8667</guid>
		</item>
		<item>
			<title><![CDATA[Re: что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8663#p8663</link>
			<description><![CDATA[<p>Надо только подставить поле по которому будет осуществляться обратная сортировка. Сейчас стоит поле date.<br /></p><div class="codebox"><pre><code>$result = mysql_query (&#039;SELECT * FROM `novosti` ORDER BY `date` DESC&#039;, $db);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 09 Jul 2009 14:41:39 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8663#p8663</guid>
		</item>
		<item>
			<title><![CDATA[что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8660#p8660</link>
			<description><![CDATA[<p>&lt;?php <br /> $result = mysql_query (&quot;SELECT * FROM novosti&quot;,$db);<br /> $myrow = mysql_fetch_array ($result); <br />&nbsp; <br />do {&nbsp; <br /> printf(&quot; &lt;table&nbsp; align=&#039;center&#039;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;tr&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;td&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;p class=&#039;text_2&#039;&gt;Дата добавления: %s&lt;/p&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/tr&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;tr&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;td&gt;&lt;p class = &#039;text&#039;&gt;%s&lt;/p&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/tr&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/table&gt;&lt;br&gt;&lt;br&gt;&quot;,$myrow[&quot;date&quot;],$myrow[&quot;text&quot;]);<br />&nbsp; }<br />while ($myrow = mysql_fetch_array ($result))<br />?&gt;</p><p><strong>Помагите пожалуйста, что необходимо сделать, что бы информация выводилась в обратном порядке?</strong></p>]]></description>
			<author><![CDATA[null@example.com (Daelli)]]></author>
			<pubDate>Thu, 09 Jul 2009 13:06:41 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8660#p8660</guid>
		</item>
	</channel>
</rss>
