<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Forum Pasja Informatyki - Najnowsze z tagiem create</title>
<link>https://forum.pasja-informatyki.pl/tag/create</link>
<description>Powered by Question2Answer</description>
<item>
<title>Dlaczego polecenie CREATE TABLE mi nie działa?</title>
<link>https://forum.pasja-informatyki.pl/86728/dlaczego-polecenie-create-table-mi-nie-dziala</link>
<description>

&lt;p&gt;Co tutaj jest źle, że po takim kodzie nie powstaje nowa tabela o nazwie użytkownika?
&lt;br&gt;

&lt;br&gt;
&amp;nbsp;&lt;/p&gt;



&lt;pre class=&quot;brush:php;&quot;&gt;
		$polaczenie -&amp;gt; query(&quot; CREATE TABLE `&quot;.$login.&quot;` (dzial INT(2) UNSIGNED AUTO_INCREMENT PRIMARY KEY, temat1 DATE, temat2 DATE, temat3 DATE, temat4 DATE, temat5 DATE, temat6 DATE, temat6 DATE, temat7 DATE, temat8 DATE, temat9 DATE, temat10 DATE) &quot;);

		for ($i = 1; $i &amp;lt;= 10; $i++)
		{
    		$polaczenie -&amp;gt; query(&quot; INSERT INTO `&quot;.$login.&quot;` (dzial, temat1, temat2, temat3, temat4, temat5, temat6, temat7, temat8, temat9, temat10) VALUES($id,$data,$data,$data,$data,$data,$data,$data,$data,$data,$data) &quot;);
		}&lt;/pre&gt;



&lt;p&gt;
&lt;br&gt;

&lt;br&gt;
Inne polecenia działają i $login również.&lt;/p&gt;</description>
<category>SQL, bazy danych</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/86728/dlaczego-polecenie-create-table-mi-nie-dziala</guid>
<pubDate>Mon, 07 Dec 2015 00:43:08 +0000</pubDate>
</item>
</channel>
</rss>