<?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: Using PHP How do you display data from mysql with a CSS style?</title> <atom:link href="http://www.findistore.com/using-php-how-do-you-display-data-from-mysql-with-a-css-style/feed" rel="self" type="application/rss+xml" /><link>http://www.findistore.com/using-php-how-do-you-display-data-from-mysql-with-a-css-style</link> <description>We are Professional Web Designer. We specialize in Website Design &#38; eCommerce Web Services</description> <lastBuildDate>Wed, 12 Oct 2011 00:03:14 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: InsideR</title><link>http://www.findistore.com/using-php-how-do-you-display-data-from-mysql-with-a-css-style/comment-page-1#comment-1297</link> <dc:creator>InsideR</dc:creator> <pubDate>Sat, 28 Feb 2009 13:04:13 +0000</pubDate> <guid
isPermaLink="false">http://www.findistore.com/using-php-how-do-you-display-data-from-mysql-with-a-css-style#comment-1297</guid> <description>When you echo the data, echo it as if you were writing the HTML code for it.  For example:
&lt;p class=&#039;comment&#039;&gt;&lt;?php echo $comment; ?&gt;&lt;/p&gt;
Or alternatively
&lt;?php echo &quot;&lt;p class=&#039;comment&#039;&gt;&quot; . $comment . &quot;&lt;/p&gt;&quot;; ?&gt;</description> <content:encoded><![CDATA[<p>When you echo the data, echo it as if you were writing the HTML code for it.  For example:</p><p>&lt;p class=&#39;comment&#39;&gt;&lt;?php echo $comment; ?&gt;&lt;/p&gt;</p><p>Or alternatively</p><p>&lt;?php echo &quot;&lt;p class=&#39;comment&#39;&gt;&quot; . $comment . &quot;&lt;/p&gt;&quot;; ?&gt;</p> ]]></content:encoded> </item> </channel> </rss>
