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

Is it actually</title>
    <link>https://www.webmaster-forums.net/web-database-development/ms-access-and-php-myadmin#comment-1227955</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Is it actually possible to use PHP myadmin with an Access database?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Probably not. &lt;a href=&quot;http://www.ucl.ac.uk/is/mysql/access/&quot;&gt;But you can use MS Access to control a MySQL database&lt;/a&gt;, which can be controlled by PHPMyAdmin too.&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Jan 2008 16:33:06 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1227955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>drew wrote:

Is it actually</title>
    <link>https://www.webmaster-forums.net/web-database-development/ms-access-and-php-myadmin#comment-1227935</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;drew wrote:&lt;/strong&gt; Is it actually possible to use PHP myadmin with an Access database?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I very, very, very much doubt it. It&#039;s called PHP&lt;strong&gt;My&lt;/strong&gt;Admin for a reason. &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; You should check their documentation, or ask on their forums though. You never know. The biggest problem is that it&#039;s difficult to use more than one database system in PHP, without making a special effort.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;drew wrote:&lt;/strong&gt; Also, has anyone got any advice on how to structure a database that stores student attendances?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sounds like a many-to-many relationship and a one-to-many storing class names. Four tables:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;student
&lt;ul&gt;
&lt;li&gt;sid&lt;/li&gt;
&lt;li&gt;student_name&lt;/li&gt;
&lt;li&gt;... Other fields ...&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;student_classes
&lt;ul&gt;
&lt;li&gt;sid&lt;/li&gt;
&lt;li&gt;cid&lt;/li&gt;
&lt;li&gt;attended&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;classes
&lt;ul&gt;
&lt;li&gt;cid&lt;/li&gt;
&lt;li&gt;nid&lt;/li&gt;
&lt;li&gt;class_time&lt;/li&gt;
&lt;li&gt;... Other fields ...&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;class_info
&lt;ul&gt;
&lt;li&gt;nid&lt;/li&gt;
&lt;li&gt;class_name&lt;/li&gt;
&lt;li&gt;... Other fields ...&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This is just off the top of my head, your schema will be different depending on the project requirements. &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; Speaking of requirements: wouldn&#039;t it be easier to use one of the existing course management systems out there? There are a few good Free software ones (&lt;a href=&quot;http://moodle.org/&quot;&gt;Moodle&lt;/a&gt; for example).&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Jan 2008 20:59:24 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1227935 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
