<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035220" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035220</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/search-resultsphp#comment-1204102</link>
    <description> &lt;p&gt;Thanx Busy.&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;SBalan Group&lt;br /&gt;
&lt;a href=&quot;http://www.sbalanprojects.com/&quot; class=&quot;bb-url&quot;&gt;http://www.sbalanprojects.com/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Jul 2006 09:25:22 +0000</pubDate>
 <dc:creator>construction</dc:creator>
 <guid isPermaLink="false">comment 1204102 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/search-resultsphp#comment-1204017</link>
    <description> &lt;p&gt;Are you able to show us the database query result?&lt;/p&gt;
&lt;p&gt;Usually it&#039;s somethig like this:&lt;/p&gt;
&lt;p&gt;$sqlquery = select * from data_table where item = &quot;$search_term&quot;;&lt;br /&gt;
$sqlresult = mysql_query($sqlquery);&lt;br /&gt;
while($row = mysql_fetch_assoc($sqlresult))&lt;br /&gt;
{&lt;br /&gt;
//display the data here - is in a loop so just do once like so:&lt;br /&gt;
echo &quot;Name = &quot;.$row[&#039;name&#039;];&lt;br /&gt;
echo &quot;Age = &quot;.$row[&#039;age&#039;];&lt;br /&gt;
//etc&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;This will list ALL the results in the data base where item equals the search term, can use like search term or %search term% (starts or ends with it), if you want to limit the results add it to the end of the $sqlquery just before the ;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 10:41:16 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1204017 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
