<?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; php</title>
	<atom:link href="http://www.zhannar.com/tag/php/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>New to Code Igniter?</title>
		<link>http://www.zhannar.com/2008/01/02/new-to-code-igniter/</link>
		<comments>http://www.zhannar.com/2008/01/02/new-to-code-igniter/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 13:05:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code igniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2008/01/02/new-to-code-igniter/</guid>
		<description><![CDATA[If you are new to Code Igniter (sometimes it&#8217;s called CI) and eager to learn in a fast way, why not try to watch their video tutorial. I use this Framework only when I develop an application to a PHP4 based server]]></description>
			<content:encoded><![CDATA[<p>If you are new to <a href="http://codeigniter.com/" title="Code Igniter" target="_blank">Code Igniter</a> (sometimes it&#8217;s called CI) and eager to learn in a fast way, why not try to watch their video tutorial.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/GRK3QcYjbNM&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/GRK3QcYjbNM&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>I use this Framework only when I develop an application to a PHP4 based server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2008/01/02/new-to-code-igniter/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>
	</channel>
</rss>
