<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using javascript and php with html</title>
	<atom:link href="http://www.thenewwebmaster.com/using-javascript-and-php-with-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenewwebmaster.com/using-javascript-and-php-with-html/</link>
	<description>Webmaster Tips and Tricks</description>
	<lastBuildDate>Thu, 03 Sep 2009 15:06:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cazpa</title>
		<link>http://www.thenewwebmaster.com/using-javascript-and-php-with-html/#comment-394</link>
		<dc:creator>Cazpa</dc:creator>
		<pubDate>Thu, 30 Jul 2009 09:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewwebmaster.com/what-computer-script-goes-good-along-with-html/#comment-394</guid>
		<description>PHP is as stated before server side so it controls and runs in the background, you still need HTML for embeding things unless you use the echo:



This would display hello on your page, you can echo images ect but for the most part HTML is used.</description>
		<content:encoded><![CDATA[<p>PHP is as stated before server side so it controls and runs in the background, you still need HTML for embeding things unless you use the echo:</p>
<p>This would display hello on your page, you can echo images ect but for the most part HTML is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Empire539</title>
		<link>http://www.thenewwebmaster.com/using-javascript-and-php-with-html/#comment-393</link>
		<dc:creator>Empire539</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewwebmaster.com/what-computer-script-goes-good-along-with-html/#comment-393</guid>
		<description>JavaScript is great for user interactivity.

PHP is more for server-side interaction, which is useful with forms and such. Also, you need to have PHP installed on your computer before you can use it in HTML pages.

XML is mainly used for information; it&#039;s not used all that much in terms of displaying things in HTML.

I&#039;d recommend CSS as well (though not technically a scripting language), as it gives you richer content in terms of design.</description>
		<content:encoded><![CDATA[<p>JavaScript is great for user interactivity.</p>
<p>PHP is more for server-side interaction, which is useful with forms and such. Also, you need to have PHP installed on your computer before you can use it in HTML pages.</p>
<p>XML is mainly used for information; it&#8217;s not used all that much in terms of displaying things in HTML.</p>
<p>I&#8217;d recommend CSS as well (though not technically a scripting language), as it gives you richer content in terms of design.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
