<?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-8615179983699728177</id><updated>2011-08-03T12:01:27.582-07:00</updated><category term='optimizing Php code'/><category term='optimizing php'/><category term='Wordpress'/><category term='Website'/><category term='php'/><category term='howto'/><category term='programming'/><category term='advantages open source'/><category term='documentation in php'/><category term='Object-oriented programming'/><category term='robust'/><category term='Lets start PHP'/><category term='beginner&apos;s guide'/><category term='samples'/><category term='Scripting language'/><category term='Open source'/><category term='Web server'/><category term='tutorials'/><category term='Browser return HTML'/><category term='rumor of iphone-5'/><category term='why php'/><category term='HTML'/><category term='source code'/><category term='Web building'/><category term='Miscellaneous'/><category term='learning'/><category term='training'/><title type='text'>Anjaria Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://webformbuilding.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://webformbuilding.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>anas anjaria</name><uri>http://www.blogger.com/profile/13796235908934511233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></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-8615179983699728177.post-1601258586362057240</id><published>2011-04-04T00:36:00.000-07:00</published><updated>2011-04-04T00:43:35.216-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rumor of iphone-5'/><category scheme='http://www.blogger.com/atom/ns#' term='Miscellaneous'/><title type='text'>Rumors of iphone-5</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;There have been so many rumors about the iPhone 5. Lets take a look.&lt;br /&gt;&lt;img alt="iPhone-5 rumor" height="3627" src="http://8.mshcdn.com/wp-content/uploads/2011/04/iphon-5-rumors2.jpg" title="iphon-5-rumors2" width="400" /&gt;&lt;br /&gt;&lt;br /&gt;For more details check out&amp;nbsp;&lt;a class="headline source-org" href="http://mashable.com/2011/04/02/iphone-5-rumors-3/"&gt;iPhone 5 Rumor Roundup&lt;/a&gt;&amp;nbsp;@ mashable.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8615179983699728177-1601258586362057240?l=webformbuilding.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webformbuilding.blogspot.com/feeds/1601258586362057240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webformbuilding.blogspot.com/2011/04/rumors-of-iphone-5.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/1601258586362057240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/1601258586362057240'/><link rel='alternate' type='text/html' href='http://webformbuilding.blogspot.com/2011/04/rumors-of-iphone-5.html' title='Rumors of iphone-5'/><author><name>anas anjaria</name><uri>http://www.blogger.com/profile/13796235908934511233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8615179983699728177.post-1799255796530345861</id><published>2011-03-26T00:55:00.000-07:00</published><updated>2011-04-04T00:38:23.761-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='optimizing Php code'/><category scheme='http://www.blogger.com/atom/ns#' term='optimizing php'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Tips for optimizing Php code</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;This tutorial targets the Php developer who already understands Php, but wants to&amp;nbsp;write more efficient Php code or to improve the performance of existing Php&amp;nbsp;applications&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Don't copy variables for no reason:&lt;/b&gt;&lt;br /&gt;Sometimes PHP novices attempt to make their code "cleaner" by copying predefined variables to variables with shorter names before working with them. What this actually results in is doubled memory consumption (when the variable is altered), and therefore, slow scripts. In the following example, if a user had inserted 512KB worth of characters into a textarea field. This implementation would result in nearly 1MB of memory being used.&lt;/div&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;$description = strip_tags($_POST['description']);&lt;br /&gt;echo $description;&lt;br /&gt;&lt;/pre&gt;You can simply do this operation inline and avoid the extra memory consumption:&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;echo strip_tags($_POST['description']);&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Avoid doing SQL queries within a loop:&lt;/b&gt;&lt;br /&gt;A common mistake is placing a SQL query inside of a loop. This results in multiple round trips to the database, and significantly slower scripts. In the example below, you can change the loop to build a single SQL query and insert all of your users at once.&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;foreach ($userList as $user) {&lt;br /&gt;  $query = 'INSERT INTO users (first_name,last_name) VALUES("' . $user['first_name'] . '", "' . $user['last_name'] . '")';&lt;br /&gt;  mysql_query($query);&lt;br /&gt;  }&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Instead use following piece of code:&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;$userData = array();&lt;br /&gt;foreach ($userList as $user) {&lt;br /&gt;    $userData[] = '("' . $user['first_name'] . '", "' . $user['last_name'] . '")';&lt;br /&gt; }&lt;br /&gt;$query = 'INSERT INTO users (first_name,last_name) VALUES' . implode(',', $userData);&lt;br /&gt;mysql_query($query);&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Query structure would look like this:&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;INSERT INTO users (first_name,last_name) VALUES("John", "Doe"),("Jane", "Doe")...&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Eliminate redundant function calls:&lt;/b&gt;&lt;br /&gt;Do not use functions inside of for loop, such as:&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;for ( $i=0; $i&amp;lt;count($myArray); ++$i )&lt;br /&gt; // do something&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Although it appears innocent enough, that call to count($myArray) is made once every iteration. In any such loop, provided it doesn't add or remove elements from $myArray, the size of the array and hence the value returned by count($myArray) remains constant. You can write it more efficiently as follows:&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;$arraySize = count($myArray);&lt;br /&gt;for ( $i=0; $i&amp;lt;$arraySize; ++$i )&lt;br /&gt;// do something&lt;br /&gt;&lt;/pre&gt;Similarly &lt;br /&gt;&lt;pre class="cpp" name="code"&gt;$myConstString = "This is some constant text";&lt;br /&gt;for ( $i=0; $i&amp;lt;$arraySize; ++$i )&lt;br /&gt;{&lt;br /&gt;   echo trim(strtolower($myConstString));&lt;br /&gt;   // do something&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;Provided the above loop does not modify $myConstString, then the call to trim(strtolower($myConstString)) will always return the same value (in this instance, a string). You can move this function call to just before the loop, and store the return value in a temporary variable. &lt;/div&gt;&lt;br /&gt;&lt;b&gt;Use isset() instead of strlen():&lt;/b&gt;&lt;br /&gt;When working with strings and you need to check that the string is either of a certain length you'd understandably would want to use the strlen() function. This function is pretty quick since it's operation does not perform any calculation but merely return the already known length of a string available in the zval structure (internal C struct used to store variables in PHP). However because strlen() is a function it is still somewhat slow because the function call requires several operations such as lowercase &amp;amp; hashtable lookup followed by the execution of said function. In some instance you can improve the speed of your code by using an isset() trick.&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;if (strlen($foo) &amp;lt; 5)&lt;br /&gt;  echo "Foo is too short";&lt;br /&gt;&lt;/pre&gt;Instead use: &lt;br /&gt;&lt;pre class="cpp" name="code"&gt;if (!isset($foo{5}))&lt;br /&gt;  echo "Foo is too short";&lt;br /&gt;&lt;/pre&gt;Calling isset() happens to be faster then strlen() because unlike strlen(), isset() is a language construct and not a function meaning that it's execution does not require function lookups and lowercase. This means you have virtually no overhead on top of the actual code that determines the string's length. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" mce_name="strong" mce_style="font-weight: bold;" style="font-weight: bold;"&gt;Enjoy this post?&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;show your interest using comments.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&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/8615179983699728177-1799255796530345861?l=webformbuilding.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webformbuilding.blogspot.com/feeds/1799255796530345861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webformbuilding.blogspot.com/2011/03/tips-for-optimizing-php-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/1799255796530345861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/1799255796530345861'/><link rel='alternate' type='text/html' href='http://webformbuilding.blogspot.com/2011/03/tips-for-optimizing-php-code.html' title='Tips for optimizing Php code'/><author><name>anas anjaria</name><uri>http://www.blogger.com/profile/13796235908934511233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8615179983699728177.post-659082451102108560</id><published>2010-07-27T03:48:00.000-07:00</published><updated>2011-03-26T01:17:50.458-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wordpress'/><category scheme='http://www.blogger.com/atom/ns#' term='beginner&apos;s guide'/><category scheme='http://www.blogger.com/atom/ns#' term='howto'/><category scheme='http://www.blogger.com/atom/ns#' term='training'/><category scheme='http://www.blogger.com/atom/ns#' term='source code'/><category scheme='http://www.blogger.com/atom/ns#' term='why php'/><category scheme='http://www.blogger.com/atom/ns#' term='advantages open source'/><category scheme='http://www.blogger.com/atom/ns#' term='documentation in php'/><category scheme='http://www.blogger.com/atom/ns#' term='Open source'/><category scheme='http://www.blogger.com/atom/ns#' term='robust'/><category scheme='http://www.blogger.com/atom/ns#' term='learning'/><category scheme='http://www.blogger.com/atom/ns#' term='Object-oriented programming'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='Website'/><title type='text'>Why use php ?</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.6em; padding-left: 0.6em; padding-right: 0.6em; padding-top: 0.6em;"&gt;Why to use php instead of other web technology?&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Php is &lt;a class="zem_slink" href="http://www.wikinvest.com/concept/Open_Source" rel="wikinvest nofollow" title="Open Source"&gt;open source&lt;/a&gt; &amp;amp; &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Free_software" rel="wikipedia nofollow" title="Free software"&gt;free software&lt;/a&gt;. Open source means the source code is freely available to study, to use or modify.&lt;/li&gt;&lt;li&gt;Also it is &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Cross-platform" rel="wikipedia nofollow" title="Cross-platform"&gt;cross platform&lt;/a&gt; to develop, to deploy and to use i.e. it works on Widows server, on Mac server or on Linux server.&lt;/li&gt;&lt;li&gt;It’s powerful, robust &amp;amp; scalable. The important point which I want to highlight is that instead of being open source does not mean that it’s not powerful and scalable.&lt;/li&gt;&lt;li&gt;Version 5 of php is &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Object-oriented_programming" rel="wikipedia nofollow" title="Object-oriented programming"&gt;object oriented&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Php has great documentation in various languages. &amp;nbsp;&lt;a href="http://www.php.net/docs.php" mce_href="http://www.php.net/docs.php"&gt;Click here to visit&lt;/a&gt;&lt;/li&gt;&lt;li&gt;It has large, active developer community. They already create great example of&amp;nbsp;Php &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Computer_software" rel="wikipedia nofollow" title="Computer software"&gt;application&lt;/a&gt; for example &lt;a class="zem_slink" href="http://wordpress.org/" rel="homepage nofollow" title="WordPress"&gt;Wordpress&lt;/a&gt;, joomla &amp;nbsp;etc. are open source and help you to create websites like blog&amp;nbsp; and many more&lt;/li&gt;&lt;/ul&gt;By learning php you will be able to work with these tools more efficiently and even customized them according to your specific needs.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" mce_name="strong" mce_style="font-weight: bold;" style="font-weight: bold;"&gt;Enjoy this post?&lt;/span&gt;&lt;br /&gt;show your interest using comments.&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/8615179983699728177-659082451102108560?l=webformbuilding.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webformbuilding.blogspot.com/feeds/659082451102108560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webformbuilding.blogspot.com/2010/07/why-use-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/659082451102108560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/659082451102108560'/><link rel='alternate' type='text/html' href='http://webformbuilding.blogspot.com/2010/07/why-use-php.html' title='Why use php ?'/><author><name>anas anjaria</name><uri>http://www.blogger.com/profile/13796235908934511233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8615179983699728177.post-3362442634472928490</id><published>2010-07-26T12:51:00.000-07:00</published><updated>2011-03-26T01:18:08.998-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='beginner&apos;s guide'/><category scheme='http://www.blogger.com/atom/ns#' term='Web building'/><category scheme='http://www.blogger.com/atom/ns#' term='tutorials'/><category scheme='http://www.blogger.com/atom/ns#' term='training'/><category scheme='http://www.blogger.com/atom/ns#' term='Web server'/><category scheme='http://www.blogger.com/atom/ns#' term='Lets start PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='samples'/><category scheme='http://www.blogger.com/atom/ns#' term='Browser return HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='learning'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='Scripting language'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>PHP : Introduction</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="color: #0000ee;"&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Web Development is a process of developing website. It includes web designing , client/server side scripting , web server &amp;amp; security.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;PHP is a server side &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Scripting_language" rel="wikipedia nofollow" title="Scripting language"&gt;scripting language&lt;/a&gt; and is used to create dynamic and interactive websites.&lt;/div&gt;&lt;div&gt;The term server side side scripting language means that the whole processing is done at server and finally the output is rendered at client whereas client side scripting language like javascript  runs at client side.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;When browser returns web page,what actually happening at &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Front-end_and_back-end" rel="wikipedia nofollow" title="Front-end and back-end"&gt;back-end&lt;/a&gt; is, it is actually in HTML format because browser only understand HTML.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Lets look at example:&lt;br /&gt;&lt;br /&gt;&lt;pre class="cpp" name="code"&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Demo Page&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;/* Server side script */&lt;br /&gt;&amp;lt;?php&lt;br /&gt;echo "Hello world";&lt;br /&gt;?&amp;gt;&lt;br /&gt;/* end script */&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;Now viewing page source ,&lt;/div&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_SALeMPoWy3E/TE3UvOkloWI/AAAAAAAAAAc/9-nbh8e5KQs/s1600/demo.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="browser return html" border="0" id="BLOGGER_PHOTO_ID_5498284627919741282" src="http://1.bp.blogspot.com/_SALeMPoWy3E/TE3UvOkloWI/AAAAAAAAAAc/9-nbh8e5KQs/s320/demo.png" style="cursor: hand; cursor: pointer; display: block; height: 134px; margin: 0px auto 10px; text-align: center; width: 320px;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you see bugs, bad english, got questions or something tell me by using comments,&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;See you next time guys!&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; font-weight: normal; line-height: 19px;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;div style="display: inline !important; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" mce_name="strong" mce_style="font-weight: bold;" style="font-weight: bold;"&gt;Enjoy this post?&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;div style="font-weight: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;b&gt;show your interest using comments.&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="zemanta-related"&gt;&lt;ul class="zemanta-article-ul"&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&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/8615179983699728177-3362442634472928490?l=webformbuilding.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webformbuilding.blogspot.com/feeds/3362442634472928490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webformbuilding.blogspot.com/2010/07/php-tutorial-introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/3362442634472928490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8615179983699728177/posts/default/3362442634472928490'/><link rel='alternate' type='text/html' href='http://webformbuilding.blogspot.com/2010/07/php-tutorial-introduction.html' title='PHP : Introduction'/><author><name>anas anjaria</name><uri>http://www.blogger.com/profile/13796235908934511233</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_SALeMPoWy3E/TE3UvOkloWI/AAAAAAAAAAc/9-nbh8e5KQs/s72-c/demo.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
