<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8104171783843872487</id><updated>2011-05-24T21:10:04.151-07:00</updated><title type='text'>PHPconfiguration</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://php5configuration.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://php5configuration.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>vijayam</name><uri>http://www.blogger.com/profile/10956625110444742089</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_BsoNqCJT89c/SUaE_E4UfTI/AAAAAAAAAPg/6IF0pQGOyyk/S220/1234.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8104171783843872487.post-1899633989199228901</id><published>2009-05-17T05:33:00.000-07:00</published><updated>2009-05-17T05:35:49.749-07:00</updated><title type='text'>Test your PHP 5 Installation</title><content type='html'>&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1- Open up your Windows Notepad. Type in “&lt;?php phpinfo(); ?&gt;” inside the file. Save this file as “info.php” inside your Apache root directory, C:\Program Files\Apache Software Foundation\Apache2.2\htdocs .&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;a href="http://4.bp.blogspot.com/_BsoNqCJT89c/ShAEY9pu_nI/AAAAAAAAAUQ/r7fi3_HrJ5Q/s1600-h/as.JPG"&gt;&lt;span style="font-family:verdana;"&gt;&lt;img id="BLOGGER_PHOTO_ID_5336770385347018354" style="WIDTH: 239px; CURSOR: hand; HEIGHT: 153px" alt="" src="http://4.bp.blogspot.com/_BsoNqCJT89c/ShAEY9pu_nI/AAAAAAAAAUQ/r7fi3_HrJ5Q/s320/as.JPG" border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-family:verdana;"&gt;2- Open up your web browser. In the address bar, type in your web server domain name plus info.php as the file name. Example: &lt;/span&gt;&lt;a href="http://localhost/info.php"&gt;&lt;span style="font-family:verdana;"&gt;http://localhost/info.php&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt; . You should get a PHP configuration page just like the one below.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8104171783843872487-1899633989199228901?l=php5configuration.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php5configuration.blogspot.com/feeds/1899633989199228901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php5configuration.blogspot.com/2009/05/test-your-php-5-installation.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/1899633989199228901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/1899633989199228901'/><link rel='alternate' type='text/html' href='http://php5configuration.blogspot.com/2009/05/test-your-php-5-installation.html' title='Test your PHP 5 Installation'/><author><name>vijayam</name><uri>http://www.blogger.com/profile/10956625110444742089</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_BsoNqCJT89c/SUaE_E4UfTI/AAAAAAAAAPg/6IF0pQGOyyk/S220/1234.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_BsoNqCJT89c/ShAEY9pu_nI/AAAAAAAAAUQ/r7fi3_HrJ5Q/s72-c/as.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8104171783843872487.post-6436435592337955828</id><published>2009-05-17T05:22:00.000-07:00</published><updated>2009-05-17T05:31:24.258-07:00</updated><title type='text'>Install and Configure PHP</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Start by creating a directory into which you will extract the downloaded PHP files (php-5.1.4-Win32.zip). In this example I’m going to use C:\PHP as my installation directory. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Then extract the files from php-5.1.4-Win32.zip into C:\PHP&lt;br /&gt;If you need to use the additional PECL modules then extract the files from ‘pecl-5.1.4-Win32.zip’ into the C:\PHP\ext directory.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;a href="http://4.bp.blogspot.com/_BsoNqCJT89c/ShACJ4yCBbI/AAAAAAAAAT4/Pawe3BvVTXc/s1600-h/php.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5336767927318349234" style="WIDTH: 320px; CURSOR: hand; HEIGHT: 138px" alt="" src="http://4.bp.blogspot.com/_BsoNqCJT89c/ShACJ4yCBbI/AAAAAAAAAT4/Pawe3BvVTXc/s320/php.JPG" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-family:verdana;"&gt;Next locate the file ‘php.ini-recommended’ in C:\PHP and rename it to ‘php.ini’ (without the quotes of course&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;a href="http://4.bp.blogspot.com/_BsoNqCJT89c/ShACn23KcAI/AAAAAAAAAUA/5r8uuVBbkBo/s1600-h/php2.JPG"&gt;&lt;span style="font-family:verdana;"&gt;&lt;img id="BLOGGER_PHOTO_ID_5336768442199076866" style="WIDTH: 320px; CURSOR: hand; HEIGHT: 204px" alt="" src="http://4.bp.blogspot.com/_BsoNqCJT89c/ShACn23KcAI/AAAAAAAAAUA/5r8uuVBbkBo/s320/php2.JPG" border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-family:verdana;"&gt;Open the ‘php.ini’ file and find the line which reads extension_dir = “./” and change it to extension_dir = “C:\PHP\ext”. This tells PHP where the various extensions are located and as you can see the default path in the ‘php.ini-recommended’ file which ships with PHP points to the wrong location, so you need to change it.&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family:Verdana;"&gt;&lt;/span&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;You also need to add the location of your PHP directory to the server’s PATH environment variable so that Windows knows where to look for any PHP related executables (such as the PHP extension DLL‘s).&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;To do this Right-click on My Computer, click Properties and on the Advanced tab click Environment Variables. In the Environment Variables dialog box, under System variables highlight the Path variable and clickEdit.&lt;/span&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://3.bp.blogspot.com/_BsoNqCJT89c/ShAC94pxOdI/AAAAAAAAAUI/JXgMOIbkdp0/s1600-h/php3.JPG"&gt;&lt;span style="font-family:verdana;"&gt;&lt;img id="BLOGGER_PHOTO_ID_5336768820636891602" style="WIDTH: 291px; CURSOR: hand; HEIGHT: 320px" alt="" src="http://3.bp.blogspot.com/_BsoNqCJT89c/ShAC94pxOdI/AAAAAAAAAUI/JXgMOIbkdp0/s320/php3.JPG" border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-family:verdana;"&gt;Add  ‘ ;C:\PHP ’ (be sure to include the semi-colon separator) as shown here and click OK.&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt; &lt;/p&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;p align="left"&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8104171783843872487-6436435592337955828?l=php5configuration.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php5configuration.blogspot.com/feeds/6436435592337955828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php5configuration.blogspot.com/2009/05/install-and-configure-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/6436435592337955828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/6436435592337955828'/><link rel='alternate' type='text/html' href='http://php5configuration.blogspot.com/2009/05/install-and-configure-php.html' title='Install and Configure PHP'/><author><name>vijayam</name><uri>http://www.blogger.com/profile/10956625110444742089</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_BsoNqCJT89c/SUaE_E4UfTI/AAAAAAAAAPg/6IF0pQGOyyk/S220/1234.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_BsoNqCJT89c/ShACJ4yCBbI/AAAAAAAAAT4/Pawe3BvVTXc/s72-c/php.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8104171783843872487.post-3159502687735691961</id><published>2009-01-21T20:34:00.001-08:00</published><updated>2009-01-21T20:36:23.775-08:00</updated><title type='text'>php5configuration</title><content type='html'>&lt;h4&gt;&lt;a name="_Toc148500641"&gt;&lt;i&gt;&lt;u&gt;1.1 IIS Installation&lt;/u&gt;&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&lt;u&gt; &lt;/u&gt;&lt;/i&gt;&lt;/h4&gt;  &lt;p&gt;To install IIS web server, you have to make sure that you’re running Windows XP Professional and not the Home version, as it does not contain this component. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Step 1&lt;/b&gt;: Launch “Control Panel” and double click “&lt;strong&gt;&lt;a href="http://vijaybhaskar48@gmail.com"&gt;Add or Remove Programs&lt;/a&gt;&lt;/strong&gt;”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://vijaybhaskar48@gmail.com"&gt;&lt;img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="clip_image002" src="http://lh4.ggpht.com/_BsoNqCJT89c/SXf22SrzegI/AAAAAAAAAQI/bDe1kfE-9BE/clip_image002%5B4%5D.jpg?imgmax=800" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Figure 1.1A&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Step 2&lt;/b&gt;: Click on the “Add / Remove Windows Components”, and check “Internet Information Services (IIS)”, then click “Next”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_BsoNqCJT89c/SXf24K-LAWI/AAAAAAAAAQM/M_VWqMXqgt4/s1600-h/clip_image003%5B3%5D.gif"&gt;&lt;img title="clip_image003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="174" alt="clip_image003" src="http://lh5.ggpht.com/_BsoNqCJT89c/SXf26KNx-jI/AAAAAAAAAQQ/HawZ5QNhlRg/clip_image003_thumb.gif?imgmax=800" width="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Figure 1.1B&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Step 3&lt;/b&gt;: While Setup configures the component, it might prompt you for some required files. If so, please insert the “Windows XP Professional CD-ROM” into your CD-Rom drive and click “OK”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_BsoNqCJT89c/SXf28On1vEI/AAAAAAAAAQU/TpUrvjylSg4/s1600-h/clip_image004%5B3%5D.gif"&gt;&lt;img title="clip_image004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="174" alt="clip_image004" src="http://lh3.ggpht.com/_BsoNqCJT89c/SXf2-CIjQqI/AAAAAAAAAQY/QFj8tWQM6IM/clip_image004_thumb.gif?imgmax=800" width="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Figure 1.1C&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Step 4&lt;/b&gt;: You have successfully installed IIS.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_BsoNqCJT89c/SXf2_ubex8I/AAAAAAAAAQc/IDsEUUfYwpM/s1600-h/clip_image005%5B3%5D.gif"&gt;&lt;img title="clip_image005" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="174" alt="clip_image005" src="http://lh3.ggpht.com/_BsoNqCJT89c/SXf3PbJ2WaI/AAAAAAAAAQk/l3RQTCgIh1c/clip_image005_thumb.gif?imgmax=800" width="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8104171783843872487-3159502687735691961?l=php5configuration.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php5configuration.blogspot.com/feeds/3159502687735691961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php5configuration.blogspot.com/2009/01/php5configuration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/3159502687735691961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/3159502687735691961'/><link rel='alternate' type='text/html' href='http://php5configuration.blogspot.com/2009/01/php5configuration.html' title='php5configuration'/><author><name>vijayam</name><uri>http://www.blogger.com/profile/10956625110444742089</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_BsoNqCJT89c/SUaE_E4UfTI/AAAAAAAAAPg/6IF0pQGOyyk/S220/1234.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_BsoNqCJT89c/SXf22SrzegI/AAAAAAAAAQI/bDe1kfE-9BE/s72-c/clip_image002%5B4%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8104171783843872487.post-5164427673918219163</id><published>2009-01-21T20:22:00.000-08:00</published><updated>2009-01-21T20:24:32.241-08:00</updated><title type='text'>PHPconfiguration</title><content type='html'>1           &lt;a href="http://vijaybhaskar48@gmail.com"&gt;  &lt;strong&gt;PHP5 installation for windows systems&lt;/strong&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8104171783843872487-5164427673918219163?l=php5configuration.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php5configuration.blogspot.com/feeds/5164427673918219163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://php5configuration.blogspot.com/2009/01/phpconfiguration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/5164427673918219163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8104171783843872487/posts/default/5164427673918219163'/><link rel='alternate' type='text/html' href='http://php5configuration.blogspot.com/2009/01/phpconfiguration.html' title='PHPconfiguration'/><author><name>vijayam</name><uri>http://www.blogger.com/profile/10956625110444742089</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_BsoNqCJT89c/SUaE_E4UfTI/AAAAAAAAAPg/6IF0pQGOyyk/S220/1234.JPG'/></author><thr:total>0</thr:total></entry></feed>
