<?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-MySQL</title>
	<atom:link href="http://www.zhannar.com/tag/php-mysql/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>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>Use MySQL Full-Text</title>
		<link>http://www.zhannar.com/2007/12/21/use-mysql-full-text/</link>
		<comments>http://www.zhannar.com/2007/12/21/use-mysql-full-text/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 08:51:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Full-Text]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2007/12/21/use-mysql-full-text/</guid>
		<description><![CDATA[When you are about to develop a database for a large-scale website. MySQL&#8217;s Full-Text feature is worth considerable. Here&#8217;s a great article on how to use this feature]]></description>
			<content:encoded><![CDATA[<p>When you are about to develop a database for a large-scale website. MySQL&#8217;s Full-Text feature is worth considerable.</p>
<p><a href="http://devzone.zend.com/node/view/id/1304" title="Using MySQL Full-text Searching" target="_blank">Here&#8217;s a great article on how to use this feature</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2007/12/21/use-mysql-full-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another way to integrate Smarty to your Zend Framework based application</title>
		<link>http://www.zhannar.com/2007/11/07/another-way-to-integrate-smarty-to-your-zend-framework-based-application/</link>
		<comments>http://www.zhannar.com/2007/11/07/another-way-to-integrate-smarty-to-your-zend-framework-based-application/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 23:53:55 +0000</pubDate>
		<dc:creator>Caezar Rosales</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2007/12/18/another-way-to-integrate-smarty-to-your-zend-framework-based-application/</guid>
		<description><![CDATA[Just recently, while surfing new stuffs about Zend Framework. I found this article useful to those programmers who use Smarty as their templating engine. This is kinda updated version for it is based on version 1+ campared to the other previous integrations like Zend Framework: Using Smarty as template engine and Integrating Smarty with the ]]></description>
			<content:encoded><![CDATA[<p>Just recently, while surfing new stuffs about Zend Framework. I found this article useful to those programmers who use <a href="http://smarty.php.net" target="_blank">Smarty</a> as their templating engine.</p>
<p>This is kinda updated version for it is based on version 1+ campared to the other previous integrations like <a href="http://kpumuk.info/php/zend-framework-using-smarty-as-template-engine/" target="_blank">Zend Framework: Using Smarty as template engine</a> and <a href="http://devzone.zend.com/node/view/id/120" target="_blank">Integrating Smarty with the Zend Framework</a>.</p>
<p>Here&#8217;s the link:<a href="http://my.opera.com/zomg/blog/2007/07/31/smarty-zend-view-take-three" title="Smarty + Zend_View, take three" target="_blank">Smarty + Zend_View, take three</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2007/11/07/another-way-to-integrate-smarty-to-your-zend-framework-based-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
