<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1048177" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1048177</link>
    <description></description>
    <language>en</language>
          <item>
    <title>A frequent difficulty with</title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-insert#comment-1260449</link>
    <description> &lt;p&gt;A frequent difficulty with some Industrial is that the gearbox and bearing program are not created at the same time as they needs to be and can break or put on out over time. Nevertheless, this Ice-Matic &lt;a rel=&quot;dofollow&quot; href=&quot;http://www.icemakersmachine.com/technology-service/home-ice-maker-machines&quot;&gt;ice maker machine&lt;/a&gt; functions a bearing and gear assembly that has been fully redesigned to eradicate any such difficulties. The heavy-duty gearbox and roller bearings are extremely powerful and durable, and they&#039;re checked by an advanced load monitoring method that can shut down the machine just before any critical harm may be brought on. The &lt;a href=&quot;www.typepad.com&quot;&gt;ice machine&lt;/a&gt; is also equipped with an exceptionally effective air-cooled condenser that utilizes substantially much less water than a lot of other models and is extremely effortless to clean and install. These functions support make this a single of essentially the most reliable, longest lasting &lt;a href=&quot;http://www.icemakersmachine.com/technology-service/ice-maker-machine-prices&quot;&gt;ice maker price&lt;/a&gt; inside the market.&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2011 02:34:10 +0000</pubDate>
 <dc:creator>ann</dc:creator>
 <guid isPermaLink="false">comment 1260449 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Quote:Hi! Thanks and in</title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-insert#comment-1260433</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;Hi! Thanks and in advance want to apologize if there were spelling mistakes in the previous post... (blush)&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hi kei ,&lt;/p&gt;
&lt;p&gt;You have provided accurate solution. Basically i also facing this problem. Thanks for this information.&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jan 2011 15:45:34 +0000</pubDate>
 <dc:creator>Mikedonald</dc:creator>
 <guid isPermaLink="false">comment 1260433 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi! Thanks and in advance</title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-insert#comment-1257510</link>
    <description> &lt;p&gt;Hi! Thanks and in advance want to apologize if there were spelling mistakes in the previous post... (blush)&lt;/p&gt;
&lt;p&gt;So, here is the code:&lt;/p&gt;
&lt;p&gt;//Personoplysninger&lt;br /&gt;
$fn = $_POST[&#039;fn&#039;];&lt;br /&gt;
$en = $_POST[&#039;en&#039;];&lt;br /&gt;
$email = $_POST[&#039;email&#039;];&lt;br /&gt;
$mnr = $_POST[&#039;mnr&#039;];&lt;br /&gt;
$adr = $_POST[&#039;adr&#039;];&lt;br /&gt;
$pnr = $_POST[&#039;pnr&#039;];&lt;br /&gt;
$town = $_POST[&#039;town&#039;];&lt;br /&gt;
$land = $_POST[&#039;land&#039;];&lt;/p&gt;
&lt;p&gt;//Harddiskoplysninger&lt;br /&gt;
$mark = $_POST[&#039;mark&#039;];&lt;br /&gt;
$model = $_POST[&#039;model&#039;];&lt;br /&gt;
$snr = $_POST[&#039;snr&#039;];&lt;br /&gt;
$size = $_POST[&#039;size&#039;];&lt;/p&gt;
&lt;p&gt;//Salgssted&lt;br /&gt;
$f = $_POST[&#039;f&#039;];&lt;br /&gt;
$fid = $_POST[&#039;fid&#039;];&lt;br /&gt;
$date = $_POST[&#039;date&#039;];&lt;/p&gt;
&lt;p&gt;$sql_0 = &quot;INSERT INTO Personoplysninger (Fornavn, Efternavn, Email, Mobilnr, Adresse, Postnr, Town, Land) VALUES (&#039;&quot;.$fn.&quot;&#039;, &#039;&quot;.$en.&quot;&#039;, &#039;&quot;.$email.&quot;&#039;, &#039;&quot;.$mnr.&quot;&#039;, &#039;&quot;.$adr.&quot;&#039;, &#039;&quot;.$pnr.&quot;&#039;, &#039;&quot;.$town.&quot;&#039;, &#039;&quot;.$land.&quot;&#039;)&quot;;&lt;br /&gt;
//execute query&lt;br /&gt;
$exec = mysql_query($sql_0, $con);&lt;br /&gt;
 if(!$exec){&lt;/p&gt;
&lt;p&gt; 	die(&#039;Could not insert into personoplysninger: \n&#039; . mysql_error());&lt;br /&gt;
 }else{echo &#039;Inserted successfully into personoplysninger \n&#039;;}&lt;br /&gt;
//create query&lt;br /&gt;
//insert into harddiskoplysninger table&lt;br /&gt;
$sql_1 = &quot;INSERT INTO Harddiskoplysninger(Maerke, Model, Serienr, Storrelse) VALUES (&#039;&quot;.$mark.&quot;&#039;, &#039;&quot;.$model.&quot;&#039;, &#039;&quot;.$snr.&quot;&#039;, &#039;&quot;.$size.&quot;&#039;)&quot;;&lt;br /&gt;
$exec = mysql_query($sql_1, $con);&lt;/p&gt;
&lt;p&gt;if(!$exec){&lt;/p&gt;
&lt;p&gt;	die(&quot;Could not insert into harddiskoplysninger: \n&quot; . mysql_error());&lt;br /&gt;
}else{ echo &quot;Inserted successfully into harddiskoplysninger \n&quot;;}&lt;/p&gt;
&lt;p&gt;//create query&lt;br /&gt;
//insert into salgssted table&lt;br /&gt;
$sql_2 = &quot;INSERT INTO Salgssted(Forhandler, Forhandler_ID, Dato_for_kob) VALUES (&#039;&quot;.$f.&quot;&#039;, &#039;&quot;.$fid.&quot;&#039;, &#039;&quot;.$date.&quot;&#039;)&quot;;&lt;br /&gt;
$exec = mysql_query($sql_2, $con);&lt;br /&gt;
if(!$exec){&lt;/p&gt;
&lt;p&gt;	die(&quot;Could not insert into salgssted: \n&quot; . mysql_error());&lt;br /&gt;
}else{echo &quot;Inserted successfully into salgssted \n&quot;;}&lt;/p&gt;
&lt;p&gt;As you can see, I have three forms. Everything works just fine with all the fields, but in the first form the last two fields - Town and Land - they just do not want to go into the db table &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; And I really cannot figure out why, as I am using the same code.&lt;/p&gt;
&lt;p&gt;The MySQL version is 5, the php is 5.2, i think, the coding in the html file is utf-8, in the db is utf-unicode-ci (the universal one)&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help! &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>Wed, 17 Nov 2010 18:08:13 +0000</pubDate>
 <dc:creator>kei</dc:creator>
 <guid isPermaLink="false">comment 1257510 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi kei, welcome to TWF 
Can</title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-insert#comment-1257495</link>
    <description> &lt;p&gt;Hi kei, welcome to TWF &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;Can you post your SQL statement to insert the form data?&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Nov 2010 16:31:38 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1257495 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
