<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>How To - PHP / Apache</title>
		<link>http://rudebox.editboard.com/how-to-php-apache-f40/-t1.htm</link>
		<description></description>
		<lastBuildDate>Sat, 05 Jan 2008 08:11:28 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>How To - PHP / Apache</title>
			<url>http://illiweb.com/fa/xand/logo.gif</url>
			<link>http://rudebox.editboard.com/how-to-php-apache-f40/-t1.htm</link>
		</image>
		<item>
			<title>How to use a PHP Editor</title>
			<link>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-use-a-php-editor-t168.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>a) Click Here to Understand how to install PHP / Apache Server on your computer (Skip if already done)



c)Download PHP Editor by Clicking Here



d)Create a new project (File&gt;New Project) in C:\PHP\htdocs\



ex. C:\PHP\htdocs\My First Project



leave the URL as IS for now



e)Press OK



f)Then Click File &gt; New &gt; PHP



g)For how to make your first PHP Page Click Here </description>
			<category>How To - PHP / Apache</category>
			<pubDate>Sat, 05 Jan 2008 08:11:28 GMT</pubDate>
			<comments>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-use-a-php-editor-t168.htm#190</comments>
			<guid>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-use-a-php-editor-t168.htm</guid>
		</item>
		<item>
			<title>How to Learn PHP; Starter Guide and Examples</title>
			<link>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-learn-php-starter-guide-and-examples-t167.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[a. Read an easy <strong><a href="http://rudebox.editboard.com/how-to-php-apache-f40/how-to-install-php-apache-server-mysql-on-your-computer-t166.htm" class="postlink">HOW TO INSTALL PHP</a></strong> on your computer first (Important - contains examples)
<br />

<br />
b. A free starter guide with examples can be accessed by <strong><a href="http://www.w3schools.com/php/php_syntax.asp" class="postlink" target="_blank">CLICKING HERE</a></strong>]]></description>
			<category>How To - PHP / Apache</category>
			<pubDate>Sat, 05 Jan 2008 07:48:51 GMT</pubDate>
			<comments>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-learn-php-starter-guide-and-examples-t167.htm#189</comments>
			<guid>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-learn-php-starter-guide-and-examples-t167.htm</guid>
		</item>
		<item>
			<title>How To Install PHP / Apache Server / MySQL on your computer</title>
			<link>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-install-php-apache-server-mysql-on-your-computer-t166.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Click Here to Download software which will install PHP & APache Server & MySQL on your computer , and it make it ready to make PHP Websites



Install on C:\PHP



You will see an orange icon like 





To Create a simple page goto



C\PHP\htdocs



Right Click and Create a new Text Document/ or Install a PHP Editor (recommended to create a php page); paste the below code 



Code:

&lt;html&gt;

&lt;body&gt;



&lt;?php

echo &quot;Hello World&quot;;

?&gt;



&lt;/body&gt;

&lt;/html&gt;





Save  ...</description>
			<category>How To - PHP / Apache</category>
			<pubDate>Sat, 05 Jan 2008 07:47:17 GMT</pubDate>
			<comments>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-install-php-apache-server-mysql-on-your-computer-t166.htm#188</comments>
			<guid>http://rudebox.editboard.com/how-to-php-apache-f40/how-to-install-php-apache-server-mysql-on-your-computer-t166.htm</guid>
		</item>
	</channel>
</rss>