<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017489" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017489</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/help-postbit-template#comment-1102374</link>
    <description> &lt;p&gt;Oh.  I&#039;m not sure.  The code you have is what I would have tried, but then again, I&#039;m not familiar with the vB source.&lt;/p&gt;
&lt;p&gt;Have you asked over at &lt;a href=&quot;http://www.vbulletin.org&quot; class=&quot;bb-url&quot;&gt;http://www.vbulletin.org&lt;/a&gt;?&lt;br /&gt;
You&#039;ll probably get the best results over there.&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Feb 2002 19:43:00 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1102374 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/help-postbit-template#comment-1102318</link>
    <description> &lt;p&gt;birthdate is just an eg, wat if i want to display something from a table which i created myself??&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Feb 2002 09:27:53 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1102318 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/help-postbit-template#comment-1102290</link>
    <description> &lt;p&gt;vB aparently creates an associative array with the fields of the user table as the keys.  &#039;birthday&#039; is a field in the user table, so $postbit[birthday] is part of the array.&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Feb 2002 07:39:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1102290 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/help-postbit-template#comment-1102277</link>
    <description> &lt;p&gt;but i retreived the data from showthread.php using this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//get birthdate&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$get&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$DB_site&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT uid, birth from personal where uid=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$bbuserinfo&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;\&quot;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$numrows_gettotal&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = mysql_num_rows(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$get&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$numrows_gettotal&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; &amp;gt; 0) &lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$uid&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$birth&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;) = mysql_fetch_row(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$get&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;if i use $post[birthday], how would it know wat is $post[birthday]??&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Feb 2002 05:28:53 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1102277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/help-postbit-template#comment-1102244</link>
    <description> &lt;p&gt;Just add this:&lt;br /&gt;
Birth Date: $post[birthday]&lt;/p&gt;
&lt;p&gt;Output:&lt;br /&gt;
Birth Date: YYYY-MM-DD&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Feb 2002 03:25:17 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1102244 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
