<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged adding</title>
<link>https://www.question2answer.org/qa/tag/adding</link>
<description>Powered by Question2Answer</description>
<item>
<title>Can I add batch questions and answers in the database ?</title>
<link>https://www.question2answer.org/qa/69324/can-i-add-batch-questions-and-answers-in-the-database</link>
<description>I have already more than 3000+ Questions and answers.. written as word documents..&lt;br /&gt;
I want to upload all this questions one time instead of writing one by one ?&lt;br /&gt;
&lt;br /&gt;
Is there any way to do this ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/69324/can-i-add-batch-questions-and-answers-in-the-database</guid>
<pubDate>Mon, 19 Nov 2018 14:44:36 +0000</pubDate>
</item>
<item>
<title>Can I add this to an existing site as index.php</title>
<link>https://www.question2answer.org/qa/14464/can-i-add-this-to-an-existing-site-as-index-php</link>
<description>

&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;I've got an existing website, that's been up for over 10 years, and it has 1000's of pages. Can I swap out my current index.php and still have the rest of my site run correctly?&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;I'd like to run this as the main index page, not as a subdirectory, but I'm worried about trying to implement the .htaccess in this format: &lt;span style=&quot;font-size:14px;&quot;&gt;&lt;small&gt;/123/why-do-birds-sing (requires &lt;a href=&quot;../htaccess.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;htaccess&lt;/a&gt; file)&lt;/small&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	DirectoryIndex index.php
&lt;br&gt;
	&amp;lt;IfModule mod_rewrite.c&amp;gt;
&lt;br&gt;
	RewriteEngine On
&lt;br&gt;
	#RewriteBase /
&lt;br&gt;
	RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
&lt;br&gt;
	RewriteRule . %1/%2 [R=301,L]
&lt;br&gt;
	RewriteCond %{REQUEST_FILENAME} !-f
&lt;br&gt;
	RewriteCond %{REQUEST_FILENAME} !-d
&lt;br&gt;
	RewriteRule ^.*$ index.php?qa-rewrite=$0&amp;amp;%{QUERY_STRING} [L]
&lt;br&gt;
	&amp;lt;/IfModule&amp;gt;
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;small&gt;If I do this, will the .htaccess file try to &lt;/small&gt;&lt;/span&gt;rewrite my old urls?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/14464/can-i-add-this-to-an-existing-site-as-index-php</guid>
<pubDate>Mon, 23 Apr 2012 16:13:46 +0000</pubDate>
</item>
<item>
<title>How is the &quot;form&quot; array parsed?</title>
<link>https://www.question2answer.org/qa/9122/how-is-the-form-array-parsed</link>
<description>

&lt;p&gt;
	Hi,&lt;/p&gt;


&lt;p&gt;
	I am building a Page for my Plugin, which requires taking some inputs from the user and processing them. I copied the example plugin folder, provided along with q2a, and started changing code of that. &lt;strong&gt;There is a form on that page&lt;/strong&gt;, with a &lt;strong&gt;textbox&lt;/strong&gt;, a &lt;strong&gt;hidden&lt;/strong&gt; input element, and a &lt;strong&gt;button&lt;/strong&gt;. All are done by adding arrays with key 'button, 'hidden' and 'fields' (in fact in the example, 'fileds' act as a key for 'textboxes').&lt;/p&gt;


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


&lt;p&gt;
	I would like to add some other input types, say a Dropdown Menu to the Form. For this I must understand, how (and where) the &quot;form&quot; array is parsed, and which keys (like &quot;button&quot; and &quot;hidden&quot;) are interpreted correctly by q2a.&lt;/p&gt;


&lt;p&gt;
	Can anybody tell me, where I can find some documentation for that, or guide me, how to go about doing this?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/9122/how-is-the-form-array-parsed</guid>
<pubDate>Wed, 07 Sep 2011 07:40:19 +0000</pubDate>
</item>
</channel>
</rss>