<?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>CompTuts &#187; PHP</title>
	<atom:link href="http://comptuts.com/category/learn-php/feed" rel="self" type="application/rss+xml" />
	<link>http://comptuts.com</link>
	<description>Your hub for IT tutorials</description>
	<lastBuildDate>Wed, 15 Jun 2011 09:34:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>php abouts on your server</title>
		<link>http://comptuts.com/learn-php/php-abouts-on-your-server</link>
		<comments>http://comptuts.com/learn-php/php-abouts-on-your-server#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://comptuts.com/?p=35</guid>
		<description><![CDATA[Is your php working? Used Text Editor: Netbeans Note: make a “new folder” under  wamp/www. 1. Create ProjectName: File-&#62;New Project-&#62;select PHP-&#62;next-&#62;Project name: info_php,  Source Folder:  browse new folder you created on under wamp/www.  Finish 2. Make a new php file. Right click on info_php . Give a file name , say Php_info 3. Add php [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Is your php working?</strong></p>
<p>Used Text Editor: Netbeans</p>
<p>Note: make a “new folder” under  wamp/www.</p>
<p><strong>1. Create ProjectName</strong>:<br />
File-&gt;New Project-&gt;select PHP-&gt;next-&gt;Project name: info_php,  Source Folder:  browse new folder you created on under wamp/www.  Finish</p>
<p><strong>2. Make a new php file</strong>. Right click on info_php . Give a file name , say Php_info</p>
<p><strong>3. Add php info function</strong>.</p>
<p><strong><em>&lt;?php<br />
phpinfo();<br />
?&gt; </em></strong></p>
<p><strong>4. Check it on browser</strong>:  http://localhost/info_php/php_info.php</p>
<p>Note: Quick test to make sure if php is running or not.  It also shows the information about php in your web server.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://comptuts.com/learn-php/php-abouts-on-your-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Wamp and Setting up MySQL</title>
		<link>http://comptuts.com/learn-php/installing-wamp-and-setting-up-mysql</link>
		<comments>http://comptuts.com/learn-php/installing-wamp-and-setting-up-mysql#comments</comments>
		<pubDate>Wed, 15 Jun 2011 08:28:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://comptuts.com/?p=29</guid>
		<description><![CDATA[PLATFORM: WINDOWS To begin: Download wamp package : www.wampserver.com/en/index.php -During installation: *Browse For Folder – Select “www” (this is where php file will go) and click OK *SMTP server-localhost *Default Note: This will download Apache, mysql and php. 2. Start all services of wamp server ( Find wamp icon and click on Start all services). 3. [...]]]></description>
			<content:encoded><![CDATA[<p>PLATFORM: WINDOWS</p>
<p><strong>To begin</strong>:</p>
<ol>
<li><strong>Download wamp package</strong> : <a href="http://www.wampserver.com/en/index.php">www.wampserver.com/en/index.php</a></li>
</ol>
<p>-During installation:</p>
<p>*Browse For Folder – Select “www” (this is where php file will go) and click OK<br />
*SMTP server-localhost<br />
*Default</p>
<p>Note: This will download Apache, mysql and php.</p>
<p>2<strong>. Start all services of wamp server</strong> ( Find wamp icon and click on Start all services).</p>
<p>3. <strong>Start MySQL Console</strong>- Click wamp icon from taskbar. Select-&gt;  MySQL -&gt;  MySQL Console</p>
<p>-Prompts -&gt;   Enter password:  [ *by default its blank so just hit enter]</p>
<p>[ If you want to set up a root password  :  (Type as shown below)</p>
<p><strong><em>use  mysql</em> </strong> [-shows Database Changed]<br />
<strong><em>update mysql.user SET password=password(&#8220;YOUR_NEW_Password&#8221;)</em> </strong> [ hit enter]<br />
<strong><em>where user=&#8221;root&#8221;;</em> </strong> [hit enter]<br />
[Shows Query OK]</p>
<p><strong><em>flush Privileges;</em></strong><br />
[shows Query OK]<br />
<strong><em>quit</em> </strong>[hit enter]</p>
<p>NOTE: Now start your MySQL console, you are now required to enter your new password.</p>
<p>4. <strong>Install Text Editor </strong>:  <strong>Netbeans </strong>or Dreamweaver or Zend Studio or Komodo Edit</p>
<p>Note: we are using netbeans. <a href="http://www.netbeans.com/downloads/index.html">http://www.netbeans.com/downloads/index.html<br />
</a> [ click on download  that says PHP in a column]</p>
<p>5. <strong>Test if the web server is running or not.</strong></p>
<p>On your browser (iexplorer/firefox/chrome)  -&gt;   <a href="http://localhost/">http://localhost/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://comptuts.com/learn-php/installing-wamp-and-setting-up-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

