<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040516" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040516</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Reece wrote:

I started</title>
    <link>https://www.webmaster-forums.net/web-database-development/auto-add-current-date#comment-1227832</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Reece wrote:&lt;/strong&gt; I started building &lt;a href=&quot;http://www.pcgeniusproductions.com&quot; title=&quot;www.pcgeniusproductions.com&quot;&gt;www.pcgeniusproductions.com&lt;/a&gt; with that cms, but found I could do better things manually, so I stick to good old direct PHP/HTML coding.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Makes sense, particularly if you&#039;re learning PHP, nothing like learning an extra API to add confusion. &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;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Reece wrote:&lt;/strong&gt; Give my compliments to Megan, and as you&#039;re already here, Special thanks to JeevesBond for producing an excellent service.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No worries, I&#039;ll pass that on. Thanks. &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;
 </description>
     <pubDate>Fri, 11 Jan 2008 20:45:54 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1227832 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Oh, right, yes you are</title>
    <link>https://www.webmaster-forums.net/web-database-development/auto-add-current-date#comment-1227830</link>
    <description> &lt;p&gt;Oh, right, yes you are right, I will be needing to order them, very soon actually. I have it set to VARCHAR, I will set it to TIMESTAMP. Thanks for your advice.&lt;/p&gt;
&lt;p&gt;Glad to see you fixed drupal, I started building &lt;a href=&quot;http://www.pcgeniusproductions.com&quot; title=&quot;www.pcgeniusproductions.com&quot;&gt;www.pcgeniusproductions.com&lt;/a&gt; with that cms, but found I could do better things manually, so I stick to good old direct PHP/HTML coding.&lt;br /&gt;
I will probably be using Drupal for my education section. Probaby for the webmaster resources and things like that. Things that don&#039;t require much templating.&lt;/p&gt;
&lt;p&gt;Thanks again, and good luck with future ideas. Give my compliments to Megan, and as you&#039;re already here, Special thanks to JeevesBond for producing an excellent service.&lt;/p&gt;
 </description>
     <pubDate>Fri, 11 Jan 2008 20:35:00 +0000</pubDate>
 <dc:creator>Reece S</dc:creator>
 <guid isPermaLink="false">comment 1227830 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Also, if you use the correct</title>
    <link>https://www.webmaster-forums.net/web-database-development/auto-add-current-date#comment-1227817</link>
    <description> &lt;p&gt;Also, if you use the correct date format in MySQL it&#039;ll make indexing easier. You&#039;ll probably want to ORDER BY that field at some point. &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;
 </description>
     <pubDate>Fri, 11 Jan 2008 15:17:27 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1227817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I would like to suggest, if</title>
    <link>https://www.webmaster-forums.net/web-database-development/auto-add-current-date#comment-1227800</link>
    <description> &lt;p&gt;I would like to suggest, if maybe even just for the future...&lt;/p&gt;
&lt;p&gt;If you aren&#039;t already, I would suggest that the DATE column is set as one of the DATETIME, TIMESTAMP, etc field types so you can format them upon selecting them from the table.  This way you are not stuck with the format that was entered when the data was inserted, but you still have all the data for the timestamp.  How much sense doesn&#039;t that make?&lt;/p&gt;
 </description>
     <pubDate>Fri, 11 Jan 2008 01:06:33 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1227800 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Never mind... I sorted it</title>
    <link>https://www.webmaster-forums.net/web-database-development/auto-add-current-date#comment-1227798</link>
    <description> &lt;p&gt;Never mind... I sorted it with 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;$date&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_real_escape_string&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;date&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;F j, Y\&quot;)); &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
then just added it to the list of values to insert into the database:&lt;br /&gt;
mysql_query(&quot;INSERT INTO `users` VALUES (&#039;$fname&#039;, &#039;$lname&#039;, &#039;$email&#039;, &#039;$username&#039;, &#039;$password&#039;, &#039;$date&#039;)&quot;); &lt;/p&gt;
&lt;p&gt;Hope this helps anyone having the same problem.&lt;/p&gt;
&lt;p&gt;PS&amp;lt; how come, I have had this problem for days, and now I have posted, I sort it??? Wierd huh?&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2008 23:40:30 +0000</pubDate>
 <dc:creator>Reece S</dc:creator>
 <guid isPermaLink="false">comment 1227798 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
