<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Inc Plugins &#187; forum</title>
	<atom:link href="http://www.incplugins.com/tag/forum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.incplugins.com</link>
	<description>Website Engine For PHP</description>
	<lastBuildDate>Sat, 11 Feb 2012 02:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?</title>
		<link>http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache-2/</link>
		<comments>http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache-2/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 02:20:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Develop]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Together]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache-2/</guid>
		<description><![CDATA[Question by Hasara: How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache? How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache? Every time a particular user post his views (text etc), it should appear in the same [...]]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Hasara</i>: How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?</strong><br />
How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?</p>
<p>Every time a particular user post his views (text etc), it should appear in the same  page together user’s username. </p>
<p>Give me some sample examples.<br />
Please let me know some references regarding these stuff.</p>
<p>Regards.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Jeff</i><br/>Hello,</p>
<p>Ok, fist I would create a database mySQL to store the data. One table will be topics should id and topicName fields. If you whant sub topics create a table subtopics id, topicName, subtopicName fields. Then create a table resposes with id,topicName,subtopicName, and respose field. Now create a login system to login with username. Then you whant a page that displays links of all topics that goes to subtopics. Just </p>
<p>$  sql = &#8220;SELECT * FROM topics&#8221;;<br />
$  result = mysql_query($  sql,$  con);</p>
<p>while($  row =  mysql_fetch_array($  result))  {<br />
 echo &#8220;<A HREF='subTopic.php?topic=".$  row['topicName']."</A><BR>&#8220;;</p>
<p>Now all links will go to subTopic page you do the same with subTopics.<br />
You just then create A Link to view and new thread link. The new thread will be a form and stores the info in the resposes table. Thats the most of it. Well if you need any more help doing this just email me at jouellet@liquidct.com. Hope that gives you an idea of the process.</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?</title>
		<link>http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache/</link>
		<comments>http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 23:58:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Develop]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Together]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache/</guid>
		<description><![CDATA[How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache? Every time a particular user post his views (text etc), it should appear in the same page together user’s username. Give me some sample examples. Please let me know some references regarding these stuff. Regards.]]></description>
			<content:encoded><![CDATA[<p>How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?</p>
<p>Every time a particular user post his views (text etc), it should appear in the same  page together user’s username. </p>
<p>Give me some sample examples.<br />
Please let me know some references regarding these stuff.</p>
<p>Regards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/how-to-develop-a-forum-for-a-web-page-using-html-css-javascript-and-php-together-with-apache/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is good professional forum to ask questions about Web programming ?</title>
		<link>http://www.incplugins.com/what-is-good-professional-forum-to-ask-questions-about-web-programming/</link>
		<comments>http://www.incplugins.com/what-is-good-professional-forum-to-ask-questions-about-web-programming/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/what-is-good-professional-forum-to-ask-questions-about-web-programming/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/what-is-good-professional-forum-to-ask-questions-about-web-programming/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Tutorials: Display Recent Posts from a phpBB Forum (Part 3)</title>
		<link>http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-3/</link>
		<comments>http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-3/#comments</comments>
		<pubDate>Tue, 18 May 2010 15:58:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[From]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Recent]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-3/</guid>
		<description><![CDATA[Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Hj0tPE9oTbE?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/Hj0tPE9oTbE?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-3/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>PHP Tutorials: Display Recent Posts from a phpBB Forum (Part 1)</title>
		<link>http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-1/</link>
		<comments>http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-1/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[From]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Recent]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-1/</guid>
		<description><![CDATA[Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/UGZGYFyreh8?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/UGZGYFyreh8?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/php-tutorials-display-recent-posts-from-a-phpbb-forum-part-1/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Environmental forum scheduled for March 13</title>
		<link>http://www.incplugins.com/environmental-forum-scheduled-for-march-13/</link>
		<comments>http://www.incplugins.com/environmental-forum-scheduled-for-march-13/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Environmental]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[March]]></category>
		<category><![CDATA[scheduled]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/environmental-forum-scheduled-for-march-13/</guid>
		<description><![CDATA[Environmental forum scheduled for March 13 MICHIGAN CITY — Save the Dunes will host an environmental policy and legislation forum at noon Saturday, March 13, at its headquarters, 444 Barker Road. Indiana and federal environmental issues will be discussed.]]></description>
			<content:encoded><![CDATA[<p><b>Environmental forum scheduled for March 13</b><br />
MICHIGAN CITY — Save the Dunes will host an environmental policy and legislation forum at noon Saturday, March 13, at its headquarters, 444 Barker Road. Indiana and federal environmental issues will be discussed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/environmental-forum-scheduled-for-march-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

