<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Can Anyone Here Help Me Create A Php Script That Would Display A Block Of Text In List Form?</title>
	<atom:link href="http://pakistanwebsitedesigner.com/lahore/can-anyone-here-help-me-create-a-php-script-that-would-display-a-block-of-text-in-list-form/feed" rel="self" type="application/rss+xml" />
	<link>http://pakistanwebsitedesigner.com/lahore/can-anyone-here-help-me-create-a-php-script-that-would-display-a-block-of-text-in-list-form</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jul 2010 21:46:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By:  charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="http://lunaticstudios.com/wp-content/themes/irresistible/style.css" media="screen" />
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="http://lunaticstudios.com/wp-content/the</title>
		<link>http://pakistanwebsitedesigner.com/lahore/can-anyone-here-help-me-create-a-php-script-that-would-display-a-block-of-text-in-list-form/comment-page-1#comment-7028</link>
		<dc:creator> charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="http://lunaticstudios.com/wp-content/themes/irresistible/style.css" media="screen" />
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="http://lunaticstudios.com/wp-content/the</dc:creator>
		<pubDate>Wed, 03 Feb 2010 08:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://pakistanwebsitedesigner.com/lahore/can-anyone-here-help-me-create-a-php-script-that-would-display-a-block-of-text-in-list-form#comment-7028</guid>
		<description>// Open unordered list. Replace with &lt;ol&gt; for ordered.
echo &quot;&lt;ul&gt;&quot;;
// Make your query, make it an associative array.
$query = mysql_query(...insert your query here...); 
// start count
$c=0; 
// While loop for results
while($lines = mysql_fetch_array($query, MYSQL_ASSOC) 
{
// place your field name into a var - make new ones as required.
$this_Value = mysql_result($query,$c,&#039;database field name&#039;); 
// print the list elements.
echo &quot;&lt;li&gt;$this_Value&lt;/li&gt;&quot;; 
// add to count and move through array.
$c++; 
}
// close (un)ordered list.
echo &quot;&lt;/ul&gt;&quot;;</description>
		<content:encoded><![CDATA[<p>// Open unordered list. Replace with
<ol> for ordered.<br />
echo &#8220;
<ul>&#8220;;<br />
// Make your query, make it an associative array.<br />
$query = mysql_query(&#8230;insert your query here&#8230;);<br />
// start count<br />
$c=0;<br />
// While loop for results<br />
while($lines = mysql_fetch_array($query, MYSQL_ASSOC)<br />
{<br />
// place your field name into a var &#8211; make new ones as required.<br />
$this_Value = mysql_result($query,$c,&#8217;database field name&#8217;);<br />
// print the list elements.<br />
echo &#8220;
<li>$this_Value</li>
<p>&#8220;;<br />
// add to count and move through array.<br />
$c++;<br />
}<br />
// close (un)ordered list.<br />
echo &#8220;</ul>
<p>&#8220;;</ol>
]]></content:encoded>
	</item>
</channel>
</rss>
