<?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-325411043260699770</id><updated>2011-11-27T17:14:04.104-08:00</updated><category term='i know php'/><category term='Webserver install'/><category term='PHP for dummies'/><category term='PHP install from scratch'/><category term='Apache install'/><category term='PHP install'/><category term='verify apache is installed'/><title type='text'>PHP - Hypertext Preprocessor</title><subtitle type='html'>This is basic to advance PHP , from Scratch to Expert. Select the level you think you are in .</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-3002550514773078899</id><published>2009-12-20T17:42:00.000-08:00</published><updated>2009-12-20T17:55:29.552-08:00</updated><title type='text'>Install WAMP server</title><content type='html'>The WAMP server is one of the most important, easy to install and successful tool in making up the most of the free features. Also helps to learn PHP and can be used as a building stone.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;WAMP server can be downloaded from &lt;a href="http://www.wampserver.com/en/download.php"&gt;http://www.wampserver.com/en/download.php&lt;/a&gt; and installed as per the directions. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;On Installation , you can specify a directory as C:/WAMP for installation path, so that people using VISTA dont have to struggle with Admin rights each time , as is the case if installed in Program Files. Its just a suggestion and you may use any method you want. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once the installation is completed, open the default internet browser , and type http://localhost or http://localhost:80 &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;WAMP homepage should come up. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In case the WAMP homepage is missing, check the system tray for WAMP icon , right click and select "PUT ONLINE" , or an option that appears to be like that (like start all services)  . &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once the homepage displays (http://localhost) WAMP server , WAMP is ready and you are ready to go for your PHP code &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-3002550514773078899?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/3002550514773078899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/12/install-wamp-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/3002550514773078899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/3002550514773078899'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/12/install-wamp-server.html' title='Install WAMP server'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-5383246690880653607</id><published>2009-06-10T09:41:00.000-07:00</published><updated>2009-06-10T10:15:21.206-07:00</updated><title type='text'>Interview Questions And Answers in PHP</title><content type='html'>1. What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Ans: Using HTML we use form to submit the values. &lt;a href="http://www.iknowjava.com"&gt;Click here&lt;/a&gt; to know more about HTML forms. Get is used to pass the data using URL , and we can send a particular length of characters as supported by the explorer. &lt;/div&gt;&lt;div&gt;When we use POST method , we can send the unlimited length of data using POST. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Action is used to submit the form , and the elements in the form get in array as $_POST, $_GET and $_REQUEST&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-5383246690880653607?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/5383246690880653607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/06/interview-questions-and-answers-in-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/5383246690880653607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/5383246690880653607'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/06/interview-questions-and-answers-in-php.html' title='Interview Questions And Answers in PHP'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-1569430487179286522</id><published>2009-04-07T12:13:00.001-07:00</published><updated>2009-04-07T16:08:31.839-07:00</updated><title type='text'>Operators in PHP</title><content type='html'>&lt;span class="Apple-style-span" style="font-size: small;"&gt;Just like any other programing language , PHP comes with its own set of operators. they might look similar to behave in same way as any java or c# operator. But we will look into the operators as they might be some variations. There are different types of operators in PHP : &lt;/span&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Arithematic operators&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Assignment operators&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;comparison operators &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Logical operators &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Arithermatic operators : Throughout the history , the first things we learned we learned were alphabets and numbers. Then we have added ages to the life, subtracted the shortcomings ,and multipliedz our experience in life. All these operations in PHP are carried with a rich set of arithematic tools it has to offer. Below is a table which lists the various PHP operators : &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%;mso-cellspacing:0in;mso-padding-alt:  0in 0in 0in 0in"&gt;  &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;   &lt;td width="15%" style="width:15.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Operator&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="40%" style="width:40.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Description&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="25%" style="width:25.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Example&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="20%" style="width:20.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Result&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:1"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;+&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Addition&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaAdd=2&lt;br /&gt;$iknowjavaAdd+20&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:Verdana;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;22&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:2"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;-&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Subtraction&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaSub=29&lt;br /&gt;$50-&lt;/span&gt;&lt;o:p&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;iknowjavaAdd&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:Verdana;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;21&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:3"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;*&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Multiplication&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaMultiply=54&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaMultiply*2&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:Verdana;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;108&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:4"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;/&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Division&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;15/5&lt;br /&gt;5/2&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;3&lt;br /&gt;2.5&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:5"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;%&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Modulus (division remainder)&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;5%2&lt;br /&gt;10%8&lt;br /&gt;10%2&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;1&lt;br /&gt;2&lt;br /&gt;0&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:6"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;++&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Increment&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaInc=59&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaMultiply++&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;x=60&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:7;mso-yfti-lastrow:yes"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;--&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Decrement&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaDec=90&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;$iknowjavaDec--&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="   ;font-family:Verdana;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;x=89&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Assignment operators &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/div&gt;Assignment operators : Many times we have looked into assignement operators. This is a new beginning for many. If i want to put a value of 5 in a variable $iknowmyjava, then I will have to find a way to do it. I will use "=" sign . &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;Such type of operations are handled by assignment operators. A few PHP operators are listed below : &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%;mso-cellspacing:0in;background:#F1F1F1;mso-padding-alt:  0in 0in 0in 0in"&gt;  &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;   &lt;td width="15%" style="width:15.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Operator&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="40%" style="width:40.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Example&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="45%" style="width:45.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Is The Same As&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:1"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:2"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;+=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x+=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$x+$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:3"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;-=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x-=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$x-$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:4"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;*=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x*=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$x*$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:5"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;/=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x/=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$x/$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:6;mso-yfti-lastrow:yes"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;%=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x%=$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=$x%$y&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;Comparison operators &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%;mso-cellspacing:0in;background:#F1F1F1;mso-padding-alt:  0in 0in 0in 0in"&gt;  &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;   &lt;td width="15%" style="width:15.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Operator&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="40%" style="width:40.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="45%" style="width:45.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Example&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:1"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;==&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;is equal to&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;5==8 returns false&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:2"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;!=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;is not equal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;15!=18 returns true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:3"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;is greater than&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;15&gt;18 returns false&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:4"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;&lt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;is less than&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;51&lt;81&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:5"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;&gt;=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;is greater than or equal to&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;51&gt;=81 returns false&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:6;mso-yfti-lastrow:yes"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;&lt;=&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;is less than or equal to&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;51&lt;=81 returns true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;Logical operators &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%;mso-cellspacing:0in;background:#F1F1F1;mso-padding-alt:  0in 0in 0in 0in"&gt;  &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;   &lt;td width="15%" style="width:15.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Operator&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="40%" style="width:40.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td width="45%" style="width:45.0%;padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;E$xample&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:1"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;&amp;amp;&amp;amp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;and&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=6&lt;br /&gt;  $y=3 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p&gt;&lt;span style="font-size:8.5pt;color:black"&gt;($x &lt;&gt;   1) returns true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:2"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;||&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;or&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=6&lt;br /&gt;  $y=3 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p&gt;&lt;span style="font-size:8.5pt;color:black"&gt;($x==5 || $y==5) returns false&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:3;mso-yfti-lastrow:yes"&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;not&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 0in 0in 0in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size:8.5pt;font-family:Verdana;   color:black"&gt;$x=6&lt;br /&gt;  $y=3 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p&gt;&lt;span style="font-size:8.5pt;color:black"&gt;!($x==$y) returns true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div&gt;&lt;table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="100%" style="width: 100%; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(241, 241, 241); background-position: initial initial; "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="15%" style="width: 15%; padding-top: 0in; padding-right: 0in; padding-bottom: 0in; padding-left: 0in; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-1569430487179286522?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/1569430487179286522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/04/operators-in-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/1569430487179286522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/1569430487179286522'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/04/operators-in-php.html' title='Operators in PHP'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-2861303468846099773</id><published>2009-04-06T20:45:00.001-07:00</published><updated>2009-04-07T12:11:08.071-07:00</updated><title type='text'>Data Storage in PHP</title><content type='html'>Data is stored in variables in any programing language. The variables declared in PHP are a bit different than other programing languages. Each variable name starts with "$" sign. If I like to name a variable as iknowPHP variable , it will throw an error. &lt;br /&gt;&lt;div&gt;The way to declare a variable in PHP is simple though.&lt;/div&gt;&lt;div&gt;$iknowjava = 5;&lt;/div&gt;&lt;div&gt;$iknowmyjava ="Deepak";&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Few points : &lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt; Variable name can start with $ only&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Variable name can have only alphabets or numbers or underscore or combinatiion of these three. Spaces in variable names are not permitted&lt;/li&gt;&lt;/ol&gt; Once done with the variables , PHP will itself decide on what variable it is , whether its a string variable , a char or a number , depending on the value it has. &lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So we will move to next important part in PHP , the various operators.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-2861303468846099773?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/2861303468846099773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/04/data-storage-in-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/2861303468846099773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/2861303468846099773'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/04/data-storage-in-php.html' title='Data Storage in PHP'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-6459706040511494173</id><published>2009-04-06T13:13:00.001-07:00</published><updated>2009-04-06T19:55:57.903-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='i know php'/><title type='text'>Writing the first Code</title><content type='html'>&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Now we are well set to make the first program. Or the web application. Lets start. &lt;/span&gt;&lt;div&gt;Go to Location :&lt;/div&gt;&lt;div&gt;C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs &lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Or find the folder named htdocs in Apache installation folder. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Open the text editor / Textpad. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;This can be done by right clicking in any folder --&gt; New --&gt; Text File.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Now write the following code in the the notepad: &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img src="http://2.bp.blogspot.com/_2PutipK5EjQ/Sdq_dLv9XDI/AAAAAAAABa8/Akb9XScOMIY/s400/Code1iknow.jpg" style="cursor:pointer; cursor:hand;width: 176px; height: 105px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5321776417782717490" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;&lt;span style="color:black;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="color:black;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span style="color:black;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal; "&gt;Save this File as iknowPHP.php in the HTMLDOCS folder in Apache. &lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Make sure you have not saved it as iknowPHP.php.txt  . &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Run the script . How to do that :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;Running the first script: &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;Open IE and type :&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;a href="http://localhost/"&gt;http://localhost/ &lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;If the page says  : It works , then we are right into running the first script. Just append the address with iknowPHP.php and hit enter&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;http://localhost/iknowPHP.php&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;The script should run. In case the explorer asks to save the file , then please go through installation steps once more for correct installation. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;Do visit www.iknowjava.com for more codes in PHP / JAVA and C#&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style=" ;font-family:'Times New Roman';font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-6459706040511494173?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/6459706040511494173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/04/writing-first-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/6459706040511494173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/6459706040511494173'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/04/writing-first-code.html' title='Writing the first Code'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_2PutipK5EjQ/Sdq_dLv9XDI/AAAAAAAABa8/Akb9XScOMIY/s72-c/Code1iknow.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-4092211051127151106</id><published>2009-02-26T12:54:00.000-08:00</published><updated>2009-02-26T13:42:18.672-08:00</updated><title type='text'>Configuring The Apache Web server to PHP</title><content type='html'>Now we want to configure the apache web server to the php so that we will be able to use this code for developement of the code locally. &lt;div&gt;First step is to type &lt;/div&gt;&lt;div&gt;http://localhost on the web browser. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now Go to Server directory , which is in C:/Program folders / Apache .&lt;/div&gt;&lt;div&gt;Now if you have app servers installed , these will also be located in the same folder, make sure u select the web server ( version 2.2) and not tomcat . &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now go to Conf folder and locate the file httpd.conf &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Open the file and search for "#LoadModule" . Once you find the LoadModule, append the last line in the same para with the following value :&lt;/div&gt;&lt;div&gt;"#LoadModule php5_module c:/php5apache2_2.dll" &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now search for "AddType" and add &lt;/div&gt;&lt;div&gt;"AddType application/x-httpd-php .php"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;restart server :)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-4092211051127151106?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/4092211051127151106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/02/configuring-apache-web-server-to-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/4092211051127151106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/4092211051127151106'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/02/configuring-apache-web-server-to-php.html' title='Configuring The Apache Web server to PHP'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-5590005633232801307</id><published>2009-01-24T16:54:00.000-08:00</published><updated>2009-01-24T17:42:05.816-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP install from scratch'/><category scheme='http://www.blogger.com/atom/ns#' term='Webserver install'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP for dummies'/><category scheme='http://www.blogger.com/atom/ns#' term='verify apache is installed'/><title type='text'>Chapter 2.2 - Verifying Installed Apache</title><content type='html'>&lt;div&gt;Now we need to checke whether Apache is running or not.  There are two ways to verify whether the Apache is installed. &lt;/div&gt;&lt;div&gt; Go to Start -&gt; and types services.msc in Run prompt .  Select the services as shown.&lt;/div&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_y1dFD_I/AAAAAAAABYw/Axj1sy6Lwps/s1600-h/verifyApache1.jpg" style="text-decoration: none;"&gt;&lt;img style="text-decoration: underline;cursor: pointer; width: 283px; height: 400px; " src="http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_y1dFD_I/AAAAAAAABYw/Axj1sy6Lwps/s400/verifyApache1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295036666967560178" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once Service is selected , there is a process named Apache2.2 listed. If you can see the process , then Apache is installed. If its running successfully , just double click the Apache2.2 . You will get the pop up&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_cjSik5I/AAAAAAAABYo/-P1gj8KHVQY/s1600-h/verifyApache2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 293px;" src="http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_cjSik5I/AAAAAAAABYo/-P1gj8KHVQY/s400/verifyApache2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295036284134396818" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Click on Start . If the service is changed to Started , as shown below , Start will become disabled , and Services will be started. &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_2PutipK5EjQ/SXu_ciO4WII/AAAAAAAABYg/lxrSCpBE5xk/s1600-h/verifyApache3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 293px;" src="http://4.bp.blogspot.com/_2PutipK5EjQ/SXu_ciO4WII/AAAAAAAABYg/lxrSCpBE5xk/s400/verifyApache3.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295036283850610818" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Congratulations . Apache is installed on the system. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="text-decoration: underline;"&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;Second Way to Use and Verify Apache &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Go to Programs ,  navigate to Apache 2.2 and click the selected server.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_cXkLQRI/AAAAAAAABYY/8aw6RiP198E/s1600-h/VerifyApache4.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 283px; height: 400px;" src="http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_cXkLQRI/AAAAAAAABYY/8aw6RiP198E/s400/VerifyApache4.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295036280987140370" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;An  icon appears in the taskbar as shown. Double click on it . &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_2PutipK5EjQ/SXu_ca5pnhI/AAAAAAAABYQ/RbPV2xTo-f8/s1600-h/VerifyApache5.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 94px; height: 132px;" src="http://4.bp.blogspot.com/_2PutipK5EjQ/SXu_ca5pnhI/AAAAAAAABYQ/RbPV2xTo-f8/s400/VerifyApache5.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295036281882517010" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;The dialog box opens. Click on Start , and if its running , Congratulations , your APACHE Web Server is installed &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_2PutipK5EjQ/SXu_ceIqmbI/AAAAAAAABYI/rkxkDkDT-D4/s1600-h/VerifyApache6.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 253px;" src="http://1.bp.blogspot.com/_2PutipK5EjQ/SXu_ceIqmbI/AAAAAAAABYI/rkxkDkDT-D4/s400/VerifyApache6.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295036282750802354" /&gt;&lt;/a&gt;&lt;br /&gt;Once we are done with the Apache installation , we need to verify its working .&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-5590005633232801307?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/5590005633232801307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/chapter-22-verifying-installed-apache.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/5590005633232801307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/5590005633232801307'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/chapter-22-verifying-installed-apache.html' title='Chapter 2.2 - Verifying Installed Apache'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_2PutipK5EjQ/SXu_y1dFD_I/AAAAAAAABYw/Axj1sy6Lwps/s72-c/verifyApache1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-457851306684522690</id><published>2009-01-24T15:58:00.000-08:00</published><updated>2009-01-24T17:43:06.611-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP install from scratch'/><category scheme='http://www.blogger.com/atom/ns#' term='Webserver install'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP for dummies'/><category scheme='http://www.blogger.com/atom/ns#' term='verify apache is installed'/><title type='text'>Chapter 2.1 - Install Apache</title><content type='html'>&lt;div&gt;Now the next thing to do is to install Webserver.  Go to &lt;br /&gt;&lt;/div&gt;&lt;div&gt;http://httpd.apache.org/ and select the file in section : "&lt;span class="Apple-style-span"  style="color: rgb(255, 255, 255);  font-family:arial;"&gt;&lt;a name="2.2.11"&gt;&lt;strong&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0);"&gt;Apache 2.2.11 Released&lt;/span&gt;&lt;span class="Apple-style-span"  style="color: rgb(0, 0, 0);  font-weight: normal; font-family:Georgia;"&gt;".&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Please download the file as shown in the link only. Please Give attention to File being Targetted to Download in next section , as wrong file can get you in troubled waters . &lt;/div&gt;&lt;div&gt; &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_2PutipK5EjQ/SXusnGnfU-I/AAAAAAAABXw/bTUm8RLqldc/s1600-h/PHPApache1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://1.bp.blogspot.com/_2PutipK5EjQ/SXusnGnfU-I/AAAAAAAABXw/bTUm8RLqldc/s400/PHPApache1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295015574695269346" /&gt; &lt;/a&gt;&lt;/div&gt;&lt;div&gt;Once you click on the download link , you will be directed to another site. Download the file named &lt;/div&gt;&lt;div&gt;"&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Win32 Binary without crypto (no mod_ssl) (MSI Installer):  &lt;/span&gt;&lt;/span&gt;&lt;a href="http://apache.cs.utah.edu/httpd/binaries/win32/apache_2.2.11-win32-x86-no_ssl.msi"&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;apache_2.2.11-win32-x86-no_ssl.msi&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt; [&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.apache.org/dist/httpd/binaries/win32/apache_2.2.11-win32-x86-no_ssl.msi.asc"&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;PGP&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;] [&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.apache.org/dist/httpd/binaries/win32/apache_2.2.11-win32-x86-no_ssl.msi.md5"&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;MD5&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;]&lt;/span&gt;&lt;/span&gt;" &lt;/div&gt;&lt;div&gt;The same is highlighted in the screen shot. &lt;/div&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_2PutipK5EjQ/SXusm6mixxI/AAAAAAAABXo/xkvSHlSPlro/s1600-h/PHPApache2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://3.bp.blogspot.com/_2PutipK5EjQ/SXusm6mixxI/AAAAAAAABXo/xkvSHlSPlro/s400/PHPApache2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5295015571470075666" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;Once you download the file , double click on the file . Fill in the basic information . &lt;/div&gt;&lt;div&gt;In case , you are prompted to ask server host , you can type in localhost . &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Click Next ,and you will be through. Apache is installed. Verifying Apache is installed : &lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Go To Program Files. C:/Program Files. Look for folder named "Apache Software Foundation". But in case you have recently got a new 64 bit processor you might just not see the folder mentioned above. I  also faced the same problem. I was unable to locate the Aoache folder in first place. There can be two basic reasons for the Apache server not present in th folder &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;  &lt;/span&gt;1. The installation was not successful &lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;  &lt;/span&gt;2. The laptop is 64 bit , and has a different program file folder.   &lt;img src="http://4.bp.blogspot.com/_2PutipK5EjQ/SXuywWdBzOI/AAAAAAAABX4/q4DyYbgmxqY/s400/PHPApache4.jpg" style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5295022330634947810" /&gt;&lt;br /&gt;The second program File folder is named as Program Files (x86). This has all the files compatible with 32 bit processoe r.&lt;/div&gt;&lt;div&gt; &lt;img src="http://3.bp.blogspot.com/_2PutipK5EjQ/SXuywduI_UI/AAAAAAAABYA/6Qzi01MOgXg/s400/PHPApache3.jpg" style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5295022332585770306" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; ( Continued) &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-457851306684522690?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/457851306684522690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/chapter-21-install-apache.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/457851306684522690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/457851306684522690'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/chapter-21-install-apache.html' title='Chapter 2.1 - Install Apache'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_2PutipK5EjQ/SXusnGnfU-I/AAAAAAAABXw/bTUm8RLqldc/s72-c/PHPApache1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-6842264045258378623</id><published>2009-01-24T15:27:00.000-08:00</published><updated>2009-01-24T17:42:53.056-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP install from scratch'/><category scheme='http://www.blogger.com/atom/ns#' term='Webserver install'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP for dummies'/><category scheme='http://www.blogger.com/atom/ns#' term='verify apache is installed'/><title type='text'>Chapter 1 - Install PHP</title><content type='html'>The first step  to install PHP is to download the software. &lt;div&gt;Go to http://www.php.net/downloads.php and select the Windows Binary File for Download. The file you need to install is highlighted in the screenshot.  &lt;/div&gt;&lt;div&gt;&lt;img src="http://3.bp.blogspot.com/_2PutipK5EjQ/SXumG8KysEI/AAAAAAAABXU/Rhe2z5PVqDk/s400/PHP1.jpg" style="cursor:pointer; cursor:hand;width: 400px; height: 264px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5295008425064968258" /&gt;&lt;/div&gt;&lt;div&gt;Once You select the file for download , you will be directed to the mirror image. The file size is approx 10 MB. Select the server near to your country. This helps in faster download. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;img src="http://3.bp.blogspot.com/_2PutipK5EjQ/SXumHObhGpI/AAAAAAAABXc/t6bCdXdOPzg/s400/PHP2.jpg" style="cursor:pointer; cursor:hand;width: 400px; height: 264px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5295008429966957202" /&gt;&lt;/div&gt;&lt;div&gt;Once you have downloaded the file . Do the following Steps: &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Create a new folder named php in C: ( C Drive). &lt;br /&gt;&lt;/li&gt;&lt;li&gt;Extract the contents of the file in C:/php.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;PHP is now installed. But there are two more things to do before you can run the PHP actually on your system. &lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Install Web Server &lt;/li&gt;&lt;li&gt;Configure Web server to PHP.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;These will be covered in next chapter &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-6842264045258378623?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/6842264045258378623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/chapter-1-install-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/6842264045258378623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/6842264045258378623'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/chapter-1-install-php.html' title='Chapter 1 - Install PHP'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_2PutipK5EjQ/SXumG8KysEI/AAAAAAAABXU/Rhe2z5PVqDk/s72-c/PHP1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-325411043260699770.post-3390750330383616976</id><published>2009-01-24T15:22:00.000-08:00</published><updated>2009-01-24T17:42:32.913-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP install from scratch'/><category scheme='http://www.blogger.com/atom/ns#' term='Webserver install'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache install'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP for dummies'/><category scheme='http://www.blogger.com/atom/ns#' term='verify apache is installed'/><title type='text'>Pre Installing PHP</title><content type='html'>&lt;span class="Apple-style-span"  style=" ;font-family:'Times New Roman';"&gt;&lt;div style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: auto; font: normal normal normal 100%/normal Georgia, serif; text-align: left; "&gt;PHP for Laptop : &lt;div&gt;Now i have Vista Home Edition , and look forward to make my PHP scripts working. Its a laptop , and no webserver. &lt;/div&gt;&lt;div&gt;Problems to be addressed as of now are : &lt;/div&gt;&lt;div&gt;1. Use of Web server , and how to install it. &lt;/div&gt;&lt;div&gt;2. Use of config directory &lt;/div&gt;&lt;div&gt;3. Downloading PHP latest version&lt;/div&gt;&lt;div&gt;4. Integrating PHP with Apache Server ( web server) &lt;/div&gt;&lt;div&gt;5. Running the first Program .&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;PHP is one of the fastest growing scripting language . &lt;/div&gt;&lt;div&gt; Need of Web server : Since PHP is web server it will execute the scripts on the server side. So server is needed. There can be two ways to run PHP , if you have a domain name , and bought server space with it , and PHP is installed on the the server . Or you want to run it on your system , you need to install webserver. One may use IIS or Apache. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I will be using  Apache as the web server. &lt;/div&gt;&lt;div&gt;Please note all the software used are freeware .... and please tell if there is any problem,. Next few sessions will be to install the PHP on the Laptop. Please Feel Free to ask me of any doubts. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I will be segregating each install as each chapter, so that you are not confused. Follow it chapter wise and you will be able to install PHP on your machine.  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Please go According to Chapters. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/325411043260699770-3390750330383616976?l=hypertextpreprocessorphp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hypertextpreprocessorphp.blogspot.com/feeds/3390750330383616976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/pre-installing-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/3390750330383616976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/325411043260699770/posts/default/3390750330383616976'/><link rel='alternate' type='text/html' href='http://hypertextpreprocessorphp.blogspot.com/2009/01/pre-installing-php.html' title='Pre Installing PHP'/><author><name>Deepak Gupta</name><uri>http://www.blogger.com/profile/01325834382302237059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_2PutipK5EjQ/SeVcDqzLpFI/AAAAAAAABbg/vlH7ycoTGHE/S220/261020081104.jpg'/></author><thr:total>0</thr:total></entry></feed>
