<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1310&amp;type=atom" />
	<updated>2009-07-09T16:22:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=1310</id>
		<entry>
			<title type="html"><![CDATA[Re: что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8667#p8667" />
			<content type="html"><![CDATA[<p>Огромное спасибо товарищ модератор )))))))))))))<br />всё получилось</p>]]></content>
			<author>
				<name><![CDATA[Daelli]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2117</uri>
			</author>
			<updated>2009-07-09T16:22:06Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8667#p8667</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8663#p8663" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-07-09T14:41:39Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8663#p8663</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[что нужно сделать чтобы инф-ция из базы выходила в обратном порядке?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8660#p8660" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Daelli]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2117</uri>
			</author>
			<updated>2009-07-09T13:06:41Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8660#p8660</id>
		</entry>
</feed>
