<?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>Developing PHP Applications &#187; WAMP</title>
	<atom:link href="http://www.zhannar.com/tag/wamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhannar.com</link>
	<description>Zhannar Personal Blog</description>
	<lastBuildDate>Sat, 17 May 2008 04:20:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to setup your WAMP with your own choice of directory (Part 3)</title>
		<link>http://www.zhannar.com/2008/01/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-3/</link>
		<comments>http://www.zhannar.com/2008/01/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-3/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 13:48:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2008/01/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-3/</guid>
		<description><![CDATA[Yeah I know that it&#8217;s been a while since my last post about this series. But don&#8217;t worry, here it is. This is the last part of my WAMP setup series In this part we finalize our WAMP Server (configurations and settings). 1. Create a folder named &#8220;php&#8221; under &#8220;C:/server/apache/modules&#8221; directory. 2. Extract your PHP ]]></description>
			<content:encoded><![CDATA[<p>Yeah I know that it&#8217;s been a while since my last post about this series. But don&#8217;t worry, here it is. <img src='http://www.zhannar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <img src='http://www.zhannar.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>This is the last part of my WAMP setup series</p>
<p><strong>In this part we finalize our WAMP Server (configurations and settings).</strong></p>
<p>1. Create a folder named &#8220;php&#8221; under &#8220;C:/server/apache/modules&#8221; directory.</p>
<p><img src="/Files/Articles/Images/0801/php1.jpg" border="0" /></p>
<p>2. Extract your PHP zip file here and copy this highlighted files.</p>
<p><img src="/Files/Articles/Images/0801/php2.jpg" border="0" /></p>
<p>3. And paste it under &#8220;C:/WINDOWS/system32&#8243;</p>
<p><img src="/Files/Articles/Images/0801/php3.jpg" border="0" /></p>
<p>4. Copy the distributed php.ini file</p>
<p><img src="/Files/Articles/Images/0801/php4.jpg" border="0" /></p>
<p>5. And put it under &#8220;C:\server\apache\conf&#8221; directory (where your apache&#8217;s httpd.conf reside).</p>
<p><img src="/Files/Articles/Images/0801/php5.jpg" border="0" /></p>
<p>6. Create a temporary folder under your server directory (is this case, &#8220;C:/server/&#8221;). This will be use in your &#8220;session.save_path&#8221; setting.</p>
<p><img src="/Files/Articles/Images/0801/php6.jpg" border="0" /></p>
<p>7. Start editing your php.in file set your &#8220;extension_dir&#8221; to &#8220;C:/server/apache/modules/php/ext&#8221; and load most commonly used extensions. Also set session.save_path here.</p>
<p><img src="/Files/Articles/Images/0801/php7.jpg" border="0" /></p>
<p>8. Now, Start editing your apache&#8217;s httpd.conf file. Here, set your DirectoryIndex, DocumentRoot (where your public files are located.). Also change your directory path &#8220;&lt;Directory &#8230; &gt;&#8221; same as your DocumentRoot&#8217;s value.</p>
<p><img src="/Files/Articles/Images/0801/php8.jpg" border="0" /></p>
<p>Load the PHP as module in your apache server:</p>
<p><strong>LoadModule php5_module &#8220;C:/server/apache/modules/php/php5apache2_2.dll&#8221;</strong></p>
<p>Then add the filetype of the php. (you can also add .php5 and .php3 if you want to)</p>
<p><strong>AddType application/x-httpd-php .php</strong></p>
<p>And lastly, locate your php.ini, the one that you have edit.</p>
<p><strong>PHPIniDir &#8220;C:/server/apache/conf&#8221;</strong></p>
<p>&#8230;and that&#8217;s all. Happy PHPing!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2008/01/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Aspell for your WAMP setup</title>
		<link>http://www.zhannar.com/2008/01/19/install-aspell-for-your-wamp-setup/</link>
		<comments>http://www.zhannar.com/2008/01/19/install-aspell-for-your-wamp-setup/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 00:18:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[Aspell]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Pspell]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2008/01/19/install-aspell-for-your-wamp-setup/</guid>
		<description><![CDATA[Download this files first: (http://aspell.net/) Aspell installer: Aspell-0-50-3-3-Setup.exe Precompiled dictionary (English): Aspell-en-0.50-2-3_2.exe Install this files, then go to &#8220;C:\Program Files\Aspell\bin&#8221; copy the following files - aspell-15.dll - pspell-15.dll Paste it under C:\windows\system32\ You can now enable the pspell extension through your php.ini file by uncommenting this line: extension=php_pspell.dll Check it through your phpinfo file. sweeet&#8230; ]]></description>
			<content:encoded><![CDATA[<p>Download this files first:  (<a href="http://aspell.net/win32/" title="Aspell website">http://aspell.net/</a>)</p>
<p>Aspell installer: <a href="http://ftp.gnu.org/gnu/aspell/w32/Aspell-0-50-3-3-Setup.exe" target="_blank" title="installer aspell">Aspell-0-50-3-3-Setup.exe</a></p>
<p>Precompiled dictionary (English): <a href="http://ftp.gnu.org/gnu/aspell/w32/Aspell-en-0.50-2-3.exe" title="installer aspell language pack" target="_blank">Aspell-en-0.50-2-3_2.exe</a></p>
<p>Install this files, then go to &#8220;C:\Program Files\Aspell\bin&#8221; copy the following files</p>
<p>- aspell-15.dll<br />
- pspell-15.dll</p>
<p>Paste it under C:\windows\system32\</p>
<p>You can now enable the pspell extension through your php.ini file by uncommenting this line:</p>
<p>extension=php_pspell.dll</p>
<p>Check it through your phpinfo file.</p>
<p><a href="http://www.zhannar.com/wp-content/uploads/2008/01/pspell-install.jpg" title="pspell enable"><img src="http://www.zhannar.com/wp-content/uploads/2008/01/pspell-install.jpg" alt="pspell enable" /></a></p>
<p>sweeet&#8230; right?  <img src='http://www.zhannar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2008/01/19/install-aspell-for-your-wamp-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup your WAMP with your own choice of directory (Part 2)</title>
		<link>http://www.zhannar.com/2007/12/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-2/</link>
		<comments>http://www.zhannar.com/2007/12/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-2/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 15:59:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2007/12/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-2/</guid>
		<description><![CDATA[Before I start, I would like to greet everyone a Blessed and Joyful Christmas! It&#8217;s been a long busy month, because I just got a new large scale website project (wheew&#8230;). I am very excited about this project. As of now, I can&#8217;t tell any details about it. This tutorial is the second part of ]]></description>
			<content:encoded><![CDATA[<p>Before I start, I would like to greet everyone a <strong>Blessed and Joyful Christmas! <img src='http://www.zhannar.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </strong></p>
<p>It&#8217;s been a long busy month, because I just got a new large scale website project (wheew&#8230;). I am very excited about this project. As of now, I can&#8217;t tell any details about it. <img src='http://www.zhannar.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>This tutorial is the second part of the WAMP (<a href="http://www.microsoft.com" title="Micro$oft">Windows</a>, <a href="http://www.apache.org/" title="Apache Server">Apache</a>, <a href="http://www.mysql.com/" title="MySQL" target="_blank">MySQL</a>, <a href="http://www.php.net/" title="PHP" target="_blank">PHP</a>) setup.</p>
<p><strong>In this part we install our MySQL Server.</strong></p>
<p>1. Run the installer then click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql1.jpg" border="0" /></p>
<p>2. Select <strong>Custom</strong> then click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql2.jpg" border="0" /></p>
<p>3. Choose your directory then click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql3.jpg" border="0" /></p>
<p>4. Click Install</p>
<p><img src="/Files/Articles/Images/0712/mysql4.jpg" border="0" /></p>
<p>5. Installing&#8230;</p>
<p><img src="/Files/Articles/Images/0712/mysql5.jpg" border="0" /></p>
<p>6. Click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql6.jpg" border="0" /></p>
<p>7. Click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql7.jpg" border="0" /></p>
<p>8. Click “Finish” &#8211; be sure to check the checkbox</p>
<p><img src="/Files/Articles/Images/0712/mysql8.jpg" border="0" /></p>
<p>9. Click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql9.jpg" border="0" /></p>
<p>10. Click “Next” (Detailed Configuration)</p>
<p><img src="/Files/Articles/Images/0712/mysql10.jpg" border="0" /></p>
<p>11. Click “Next” (Developer Machine)</p>
<p><img src="/Files/Articles/Images/0712/mysql11.jpg" border="0" /></p>
<p>12. Click “Next” (Multifunctional Database)</p>
<p><img src="/Files/Articles/Images/0712/mysql12.jpg" border="0" /></p>
<p>13. Click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql13.jpg" border="0" /></p>
<p>14. Click “Next” (Decision Support)</p>
<p><img src="/Files/Articles/Images/0712/mysql14.jpg" border="0" /></p>
<p>15. Click “Next” (Enable TCP/IP &#8211; Port 3306 &#8211; Enable Strict Mode)</p>
<p><img src="/Files/Articles/Images/0712/mysql15.jpg" border="0" /></p>
<p>16. Click “Next” (Standard Character Set)</p>
<p><img src="/Files/Articles/Images/0712/mysql16.jpg" border="0" /></p>
<p>17. Click “Next” (Select your service name, this name will be appear in your windows services)</p>
<p><img src="/Files/Articles/Images/0712/mysql17.jpg" border="0" /></p>
<p>18. Set your database root password then click “Next”</p>
<p><img src="/Files/Articles/Images/0712/mysql18.jpg" border="0" /></p>
<p>19. Click “Execute”</p>
<p><img src="/Files/Articles/Images/0712/mysql19.jpg" border="0" /></p>
<p>20. And you&#8217;re done.</p>
<p><img src="/Files/Articles/Images/0712/mysql20.jpg" border="0" /></p>
<p>Hopefully, I can post the next part asap. <img src='http://www.zhannar.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Once Again MERRY CHRISTMAS TO ALL!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2007/12/24/how-to-setup-your-wamp-with-your-own-choice-of-directory-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup your WAMP with your own choice of directory (Part 1)</title>
		<link>http://www.zhannar.com/2007/11/27/how-to-setup-your-own-wamp-with-your-own-choice-of-directory-part-1/</link>
		<comments>http://www.zhannar.com/2007/11/27/how-to-setup-your-own-wamp-with-your-own-choice-of-directory-part-1/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 08:23:04 +0000</pubDate>
		<dc:creator>Caezar Rosales</dc:creator>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2007/12/18/how-to-setup-your-own-wamp-with-your-own-choice-of-directory-part-1/</guid>
		<description><![CDATA[Ok, the first thing you need to do is to download installers which can be found to their website. In this tutorial we are using versions: Apache 2.2.6, MySQL 5.0.45, PHP 5.2.5 httpd.apache.org http://www.mysql.com http://www.php.net Here&#8217;s the quick download link apache_2.2.6-win32-x86-no_ssl.msi mysql-essential-5.0.45-win32.msi php-5.2.5-Win32.zip In this part we install our Apache Server. 1. Just click &#8220;Next&#8221; ]]></description>
			<content:encoded><![CDATA[<p>Ok, the first thing you need to do is to download installers which can be found to their website. In this tutorial we are using versions:<br />
<strong>Apache 2.2.6, MySQL 5.0.45, PHP 5.2.5</strong></p>
<p><a href="http://www.apache.org/" title="Apache Main Website">httpd.apache.org</a></p>
<p><a href="http://www.mysql.com/" target="_blank" title="MySQL Main Website">http://www.mysql.com</a></p>
<p><a href="http://www.php.net/" target="_blank" title="Php Main Website">http://www.php.net</a></p>
<p>Here&#8217;s the quick download link</p>
<p><a href="http://mirrors.24-7-solutions.net/pub/apache/httpd/binaries/win32/apache_2.2.6-win32-x86-no_ssl.msi" title="Apache Download Link">apache_2.2.6-win32-x86-no_ssl.msi</a></p>
<p><a href="http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-essential-5.0.45-win32.msi/from/http://sunsite.informatik.rwth-aachen.de/mysql/" title="MySQL Download Link">mysql-essential-5.0.45-win32.msi</a></p>
<p><a href="http://www.php.net/get/php-5.2.5-Win32.zip/from/de.php.net/mirror" title="Php Download Link">php-5.2.5-Win32.zip</a></p>
<p><strong>In this part we install our Apache Server.</strong></p>
<p>1. Just click &#8220;Next&#8221;</p>
<p><img src="/Files/Articles/Images/0711/apache1.jpg" border="0" /></p>
<p>2. Accept the agreement then click &#8220;Next&#8221;</p>
<p><img src="/Files/Articles/Images/0711/apache2.jpg" border="0" /></p>
<p>3. Click &#8220;Next&#8221;</p>
<p><img src="/Files/Articles/Images/0711/apache3.jpg" border="0" /></p>
<p>4. Set the <strong>&#8220;Network Domain&#8221;</strong> to <strong>&#8220;localhost&#8221;</strong>, Change also the <strong>&#8220;Server Name&#8221;</strong> to <strong>&#8220;localhost&#8221;</strong>, and lastly set your local e-mail address(you can use your real e-mail address). Then click &#8220;Next&#8221;</p>
<p><img src="/Files/Articles/Images/0711/apache4.jpg" border="0" /></p>
<p>5. Select the <strong>&#8220;Custom&#8221;</strong>, then click &#8220;Next&#8221;</p>
<p><img src="/Files/Articles/Images/0711/apache5.jpg" border="0" /></p>
<p>6. In this section, you need to specify a directory for your apache server.(in my case, I use C:\server).  Click &#8220;Next&#8221;</p>
<p><strong>Note: Put also, &#8220;apache&#8221; as a sub-directory.</strong></p>
<p><img src="/Files/Articles/Images/0711/apache6.jpg" border="0" /></p>
<p>7. Click &#8220;Install&#8221;</p>
<p><img src="/Files/Articles/Images/0711/apache7.jpg" border="0" /></p>
<p>8. Installing&#8230;</p>
<p><img src="/Files/Articles/Images/0711/apache8.jpg" border="0" /></p>
<p>9. You&#8217;re done.</p>
<p><img src="/Files/Articles/Images/0711/apache9.jpg" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2007/11/27/how-to-setup-your-own-wamp-with-your-own-choice-of-directory-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
