<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Sat May 25, 2013 12:42 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Sat May 25, 2013 12:42 pm</pubDate>
  <lastBuildDate>Sat May 25, 2013 12:42 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: need phpmyadmin enter data help</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=101938#101938</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2131'&gt;DarkSnow&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Oct 02, 2011 10:14 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      It depends very much on the rest of the application.&lt;br /&gt;
&lt;br /&gt;
Firstly I should point out that this is not valid HTML. Each of the option elements has an invalid attribute. You should perhaps have a value=&amp;quot;&amp;quot; with the value in it.&lt;br /&gt;
&lt;br /&gt;
As to what that value should be. Well, it could be a string, as suggested in the first reply, but an easier way might be to use an integer and have the number of lines in the poem. Or even an integer with the primary key in your &amp;quot;poem type&amp;quot; table.&lt;br /&gt;
&lt;br /&gt;
That table could then contain the price, description, line count, etc.&lt;br /&gt;
&lt;br /&gt;
So, as I say, it depends how you've written the rest of the app.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=101938#101938</comments>
                                        <author>DarkSnow</author>
                                        <pubDate>Sun Oct 02, 2011 10:14 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=101938#101938</guid>
                                      </item>
                                      <item>
                                        <title>Re: need phpmyadmin enter data help</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=101181#101181</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2326'&gt;ollie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 17, 2011 4:05 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      They would be TEXT (65,535 characters) or MEDIUMTEXT (16,777,215 characters) field types.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=101181#101181</comments>
                                        <author>ollie</author>
                                        <pubDate>Wed Aug 17, 2011 4:05 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=101181#101181</guid>
                                      </item>
                                      <item>
                                        <title>need phpmyadmin enter data help</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=101084#101084</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=60586'&gt;rcayea&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Aug 13, 2011 4:41 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi everyone,&lt;br /&gt;
&lt;br /&gt;
I have a select-and-go list as part of my order form. Here is the code for it:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
&amp;lt;select name=&amp;quot;selectpoemtype&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;option orderfourline=&amp;quot;&amp;quot;&amp;gt;4 Line Poem/$15&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;option ordereightline=&amp;quot;&amp;quot;&amp;gt;8 Line Poem/$25&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;option ordertwelveline=&amp;quot;&amp;quot;&amp;gt;12 Line Poem/$40&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;option ordersixteenline=&amp;quot;&amp;quot;&amp;gt;16 Line Poem/$50&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;option ordertwentyline=&amp;quot;&amp;quot;&amp;gt;20 Line Poem/$75&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;/select&amp;gt;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I enter these options into my phpmyadmin table? What would I enter into &amp;quot;column&amp;quot; and &amp;quot;type&amp;quot; and so on?&lt;br /&gt;
&lt;br /&gt;
Thank you, &lt;br /&gt;
Randy[/img]</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=101084#101084</comments>
                                        <author>rcayea</author>
                                        <pubDate>Sat Aug 13, 2011 4:41 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=101084#101084</guid>
                                      </item></channel></rss>