<?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>wamp install Archives -</title>
	<atom:link href="https://mitindia.in/tag/wamp-install/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/wamp-install/</link>
	<description></description>
	<lastBuildDate>Sat, 26 Nov 2016 07:25:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mitindia.in/wp-content/uploads/2023/03/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>wamp install Archives -</title>
	<link>https://mitindia.in/tag/wamp-install/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>install WAMP and RUN PHP program</title>
		<link>https://mitindia.in/install-wamp-and-run-php-program/</link>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Thu, 30 Jun 2016 08:10:50 +0000</pubDate>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[how to run php programs]]></category>
		<category><![CDATA[wamp install]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=189</guid>

					<description><![CDATA[<p>How to run PHP programs using WAMP server on Windows operating system? First, Download WAMP server from http://www.wampserver.com/en/ Here are the steps to install WAMP server on your PC and run your first PHP program. 1.Double click on WAMP server set up file 2.Click on Run 3. Click &#8220;Next&#8221; 4. Click on &#8220;Accept&#8221; 5. Click [&#8230;]</p>
<p>The post <a href="https://mitindia.in/install-wamp-and-run-php-program/">install WAMP and RUN PHP program</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>How to run PHP programs using WAMP server on Windows operating system?<br />
First, Download WAMP server from http://www.wampserver.com/en/<br />
Here are the steps to install WAMP server on your PC and run your first PHP program.</p>
<p>1.Double click on WAMP server set up file<br />
<img fetchpriority="high" decoding="async" class="alignnone" src="http://2.bp.blogspot.com/-12Ul24IWv1Q/VdcmoDBeV6I/AAAAAAAAAl0/NSBZb3MHKKc/s400/wamp_install.PNG" width="400" height="145" border="0" /><br />
2.Click on Run</p>
<div class="separator"><img decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-7UwBGu7GqBM/VdcnLk6OgII/AAAAAAAAAl8/bqTUI68GDSs/s400/run_wamp.PNG" width="400" height="315" border="0" /></div>
<p>3. Click &#8220;Next&#8221;</p>
<div class="separator"><img decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-P3KfvZwixu8/VdcnaWjIXYI/AAAAAAAAAmE/KAi780EHf4o/s400/click_next1.PNG" width="400" height="310" border="0" /></div>
<p>4. Click on &#8220;Accept&#8221;</p>
<div class="separator"></div>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://2.bp.blogspot.com/-XEwWS89IQNs/Vdcn3iZgzpI/AAAAAAAAAmY/nYvN4zYzzc4/s400/accept.PNG" width="400" height="315" border="0" /></div>
<p>5. Click on &#8220;Next&#8221;</p>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://2.bp.blogspot.com/-Ijb-qv_dmbg/VdcoU094H7I/AAAAAAAAAmc/_sPxhI2LCYQ/s400/click_next2.PNG" width="400" height="310" border="0" /></div>
<p>6. Click on &#8220;Next&#8221; [here you can also make shortcut to wamp]</p>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-UCA-M_lymEo/VdcouhY4xHI/AAAAAAAAAmk/niLE9X_s-wU/s400/click_next3.PNG" width="400" height="312" border="0" /></div>
<p>7. Now, Click on &#8220;install&#8221;</p>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://3.bp.blogspot.com/-zU3J3RdInZE/VdcpDW7u1TI/AAAAAAAAAms/aXx8gJTKgfQ/s400/install_wamp.PNG" width="400" height="313" border="0" /></div>
<p>8.After successful installing WAMP server, it will create the folder called “wamp” in local drive (C:) this wamp folder contains a sub folder called “www”.</p>
<p>9.Now, open notepad or any text editor for creating your first PHP program.</p>
<p>10.Now create a folder e.g.”PHP_Programs” under “www” folder [your folder path should looks like this,  c:\wamp\www\PHP_Programs].</p>
<p>11.Type following code in the note pad and save it as e.g.” myfirst.php and   save inside the “PHP_Programs” folder.</p>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://1.bp.blogspot.com/-UHf3C6wBlvQ/VdcprA-DDBI/AAAAAAAAAm0/GnJVVxEpd6M/s640/php_code.PNG" width="640" height="204" border="0" /></div>
<div></div>
<div>
<div>12.Now Start the WAMP server, follow steps :</div>
<div>Click -&gt; Start-&gt;WampServer-&gt;Start Wamp Server</div>
</div>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-WbNPr689XTw/VdcqGPjZZ3I/AAAAAAAAAm8/3PKmcM2lOTs/s640/wamp_start.PNG" width="640" height="98" border="0" /></div>
<div></div>
<div>13. Now, open browser and type : http://localhost/ press enter you’ll see the following image.</div>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-kbqfjNKRZh8/VdcqUtU5LJI/AAAAAAAAAnE/mhBsh8Ks97Y/s640/wamp_home.PNG" width="640" height="488" border="0" /></div>
<div></div>
<div>14.Click on folder “PHP_Programs” see below screen shot</div>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://3.bp.blogspot.com/-YpqbDA5-hBg/VdcqrlTUseI/AAAAAAAAAnM/lABI1wjdwWI/s640/your_php_code_link.PNG" width="640" height="136" border="0" /></div>
<div></div>
<div>15.Click on link as following</div>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://3.bp.blogspot.com/-iVSJL7U8Cj8/Vdcq89ltLuI/AAAAAAAAAnU/CUlC-9ej0RM/s640/link_php.PNG" width="640" height="182" border="0" /></div>
<div>16.You’ll see an output of your first program as following image.</div>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-tXpuCbb-7yk/VdcrQfHIQUI/AAAAAAAAAnc/BWpPcRo8xrM/s640/php_out_put.PNG" width="640" height="172" border="0" /></div>
<div></div>
<div>That&#8217;s all! Now you can able to run all your PHP programs and just follow above steps.</div>
<div></div>
<div>Happy Programming!</div>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Finstall-wamp-and-run-php-program%2F&amp;linkname=install%20WAMP%20and%20RUN%20PHP%20program" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Finstall-wamp-and-run-php-program%2F&amp;linkname=install%20WAMP%20and%20RUN%20PHP%20program" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Finstall-wamp-and-run-php-program%2F&#038;title=install%20WAMP%20and%20RUN%20PHP%20program" data-a2a-url="https://mitindia.in/install-wamp-and-run-php-program/" data-a2a-title="install WAMP and RUN PHP program"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/install-wamp-and-run-php-program/">install WAMP and RUN PHP program</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
