<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;D0UFSH45eCp7ImA9WhRUEkQ.&quot;"><id>tag:blogger.com,1999:blog-8498969716426777637</id><updated>2012-01-23T13:06:59.020+08:00</updated><category term="Configuring Environment" /><title>My PHP Learning</title><subtitle type="html">The process of Learning PHP and creating a dynamic website.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://myphplearning.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://myphplearning.blogspot.com/" /><author><name>tph</name><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>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/MyPhpLearning" /><feedburner:info uri="myphplearning" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CUcFQnkyfyp7ImA9Wx9XEk0.&quot;"><id>tag:blogger.com,1999:blog-8498969716426777637.post-605098712738094244</id><published>2011-01-05T12:05:00.001+08:00</published><updated>2011-01-05T12:50:13.797+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-05T12:50:13.797+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Configuring Environment" /><title>Select the Right Editor for Your Code</title><content type="html">&lt;h3&gt;Notepad++ &lt;/h3&gt; &lt;p&gt;&lt;a href="http://notepad-plus-plus.org/"&gt;http://notepad-plus-plus.org/&lt;/a&gt;&amp;nbsp;&lt;br&gt;This is an open source software, a very nice replacement for Windows Notepad. Simply click on the Download to get the download link, at the time of this writing, the current version is 5.8.6. You can read for more information about this software at the homepage.&lt;/p&gt; &lt;p&gt;Run the downloaded file, as usual, Next, Next, … and the Notepad++:&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_pVGeXF8jDyU/TSPuFxMwjwI/AAAAAAAAAQ4/85VhfwXHkYo/s1600-h/image%5B8%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_pVGeXF8jDyU/TSPuG0uEGcI/AAAAAAAAAQ8/FQe7fzFbXEU/image_thumb%5B4%5D.png?imgmax=800" width="560" height="377"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;It is very nice and light editor, with the code folding feature that can “fold” all the portion to make your code look nicer.&lt;/p&gt; &lt;a name='more'&gt;&lt;/a&gt; &lt;h3&gt;PDT (PHP Development Tools)&lt;/h3&gt; &lt;p&gt;&lt;a href="http://www.eclipse.org/pdt/"&gt;http://www.eclipse.org/pdt/&lt;/a&gt;&amp;nbsp;&lt;br&gt;Go straight to the download page, &lt;a href="http://www.eclipse.org/pdt/downloads/"&gt;http://www.eclipse.org/pdt/downloads/&lt;/a&gt; and choose the All In Ones package (at the time of this writing, its version 2.2.0), download takes few minutes to complete, file size around 141MB. &lt;/p&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_pVGeXF8jDyU/TSP372OJ1XI/AAAAAAAAARA/CEqvuJ0j_Tw/s1600-h/image%5B11%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_pVGeXF8jDyU/TSP387hPopI/AAAAAAAAARE/8WeBAiy7J98/image_thumb%5B5%5D.png?imgmax=800" width="560" height="354"&gt;&lt;/a&gt;The downloaded file is a zip file, unzip all to some place, maybe your desktop and you can directly use the PDT. There is no installation required, simply run the eclipse.exe file under eclipse folder. Then you will need to configure the workspace folder, there you can start your PHP coding. Anyway, it is advised that you copy the eclipse folder into your “C:\Program Files” folder, or if you are using Windows 64 bit, “C:\Program Files (x64)” folder.&lt;/p&gt; &lt;p&gt;PDT, built on top of the open source Eclipse platform, quite a powerful, and “heavier” PHP editor compare to Notepad++. You can build a PHP project here, manage your files in your project better, and it do comes with a bunch of feature to help your coding, which I am still exploring. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8498969716426777637-605098712738094244?l=myphplearning.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DlzLrICrdkzCi7810DThWLeTUfg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DlzLrICrdkzCi7810DThWLeTUfg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DlzLrICrdkzCi7810DThWLeTUfg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DlzLrICrdkzCi7810DThWLeTUfg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyPhpLearning/~4/xs6luiAqCDg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://myphplearning.blogspot.com/feeds/605098712738094244/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://myphplearning.blogspot.com/2011/01/select-right-editor-for-your-code.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8498969716426777637/posts/default/605098712738094244?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8498969716426777637/posts/default/605098712738094244?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyPhpLearning/~3/xs6luiAqCDg/select-right-editor-for-your-code.html" title="Select the Right Editor for Your Code" /><author><name>tph</name><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://lh3.ggpht.com/_pVGeXF8jDyU/TSPuG0uEGcI/AAAAAAAAAQ8/FQe7fzFbXEU/s72-c/image_thumb%5B4%5D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://myphplearning.blogspot.com/2011/01/select-right-editor-for-your-code.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUFSXs-eyp7ImA9Wx9XEE8.&quot;"><id>tag:blogger.com,1999:blog-8498969716426777637.post-2373321502311798038</id><published>2011-01-03T11:55:00.001+08:00</published><updated>2011-01-03T12:00:18.553+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-03T12:00:18.553+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Configuring Environment" /><title>Easiest Way to Setup PHP on Your PC</title><content type="html">&lt;p&gt;The very 1st step in learning PHP is to setup a PHP server on your PC, that enables you to test run your PHP coding. I believe there is a lot of guides and step by step, that you can find on the internet, on how to setup PHP on your PC, but the easiest one for me, is using EasyPHP (&lt;a href="http://www.easyphp.org" target="_blank"&gt;www.easyphp.org&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_pVGeXF8jDyU/TSFIm3FtLNI/AAAAAAAAAQI/ut0QWejtp0o/s1600-h/image%5B2%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_pVGeXF8jDyU/TSFIorhB0fI/AAAAAAAAAQM/NDHZ37F3oEU/image_thumb.png?imgmax=800" width="562" height="434"&gt;&lt;/a&gt;&lt;/p&gt; &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0a7b020c-2e51-4379-b078-a5387e1e26be:d1ff41dd-1f84-4238-a9b3-ebc62c505f55" class="wlWriterEditableSmartContent"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;Simply browse to EasyPHP site (&lt;a href="http://www.easyphp.org" target="_blank"&gt;www.easyphp.org&lt;/a&gt;), and click on the DOWNLOAD button. It includes PHP, Apache, and also MySQL database. At the download page, you can simply choose the latest one, EasyPHP 5.3.4.0 (at the time of this writing, the latest version is 5.3.4.0, which includes PHP 5.3.4, Apache 2.2.17, MySQL 5.1.54, PhpMyAdmin 3.3.8.1 and Xdebug 2.1.0). The download takes about 2 minutes, size about 17.3MB (all in one package).  &lt;p&gt;After the download complete, run the downloaded file. The installation should be simply Next, Next, Next, and remember to choose “Launch EasyPHP” before you click Finish. You should have an EasyPHP icon located at your tray icon if it is launched. Double click on that icon, and the EasyPHP status windows should pop out, showing the status of Apache, and MySQL. Both should be “Started” if everything goes accordingly. If you want to close this status windows, don’t click the “X” button, it will stop EasyPHP running on your PC, use the Minimize button instead.&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_pVGeXF8jDyU/TSFIpRxKhsI/AAAAAAAAAQQ/gIKH0eHnBKM/s1600-h/image%5B8%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_pVGeXF8jDyU/TSFIqQK9pdI/AAAAAAAAAQU/c7WCnWrZ2Eg/image_thumb%5B2%5D.png?imgmax=800" width="562" height="240"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;So, if you follow the default installation of the EasyPHP, you should have the root directory installed at “C:\Program Files\EasyPHP-5.3.4.0\www\” or if you are using 64-bit windows, at “C:\Program Files (x86)\EasyPHP-5.3.4.0\www\”. Right click at the EasyPHP icon to reach the menu list, and from the menu list, you can reach the root directory by clicking on “Explore”, Administration page by clicking “Administration”, local web page by clicking “Local Web” and bla…. &lt;/p&gt; &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_pVGeXF8jDyU/TSFIrr75oDI/AAAAAAAAAQY/FH2n_I1omuc/s1600-h/image%5B14%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_pVGeXF8jDyU/TSFIsqLYjHI/AAAAAAAAAQc/ylv2G5pNA0g/image_thumb%5B4%5D.png?imgmax=800" width="293" height="249"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;After you have Apache and PHP running on your PC, you can start your coding. If you have any doubt on the usability of Apache and PHP on your PC, you can simply run the test below.&lt;/p&gt; &lt;p&gt;Open the Local Web, it should fire up the default EasyPHP page, because the www root directory is still empty.&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_pVGeXF8jDyU/TSFIuNnpZ1I/AAAAAAAAAQg/a6lOOjsoZnE/s1600-h/image%5B17%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_pVGeXF8jDyU/TSFIvEg9IhI/AAAAAAAAAQk/JKNm96ZXdw4/image_thumb%5B5%5D.png?imgmax=800" width="562" height="437"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Using Notepad, create a file called “phpinfo.php” and put that file in the www root directory. Edit the newly created file and insert these line to that file:&lt;/p&gt; &lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt; &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;&lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&amp;lt;?php&lt;/pre&gt;&lt;!--CRLF--&gt;&lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;    phpinfo();&lt;/pre&gt;&lt;!--CRLF--&gt;&lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;?&amp;gt;&lt;/pre&gt;&lt;!--CRLF--&gt;&lt;/div&gt;&lt;/div&gt;Now at the Local Web page, change the address “&lt;a href="http://127.0.0.1:8888/" target="_blank"&gt;http://127.0.0.1:8888/&lt;/a&gt;” to ”&lt;a href="http://127.0.0.1:8888/phpinfo.php" target="_blank"&gt;http://127.0.0.1:8888/phpinfo.php&lt;/a&gt;” (or simply click at the link given here). You should reach a page with bunch of information about the installed PHP. &lt;br /&gt;&lt;p&gt;&lt;a href="http://lh3.ggpht.com/_pVGeXF8jDyU/TSFIwiG36_I/AAAAAAAAAQo/O8lYz-utfjM/s1600-h/image%5B20%5D.png" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_pVGeXF8jDyU/TSFIyVPwOOI/AAAAAAAAAQs/EJa-en0vNG4/image_thumb%5B6%5D.png?imgmax=800" width="562" height="436"&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So, if you can see the page correctly, similar to the image above, then I guess you have completed the Installation and Configuration of Apache and PHP at your PC. Now you can start your PHP coding!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8498969716426777637-2373321502311798038?l=myphplearning.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ki6-cWYpndDYRY_Hh7yUHv-dMGA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ki6-cWYpndDYRY_Hh7yUHv-dMGA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ki6-cWYpndDYRY_Hh7yUHv-dMGA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ki6-cWYpndDYRY_Hh7yUHv-dMGA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyPhpLearning/~4/dW-0YxjOq3s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://myphplearning.blogspot.com/feeds/2373321502311798038/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://myphplearning.blogspot.com/2011/01/easiest-way-to-setup-php-on-your-pc.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8498969716426777637/posts/default/2373321502311798038?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8498969716426777637/posts/default/2373321502311798038?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyPhpLearning/~3/dW-0YxjOq3s/easiest-way-to-setup-php-on-your-pc.html" title="Easiest Way to Setup PHP on Your PC" /><author><name>tph</name><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://lh5.ggpht.com/_pVGeXF8jDyU/TSFIorhB0fI/AAAAAAAAAQM/NDHZ37F3oEU/s72-c/image_thumb.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://myphplearning.blogspot.com/2011/01/easiest-way-to-setup-php-on-your-pc.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAEQngyeCp7ImA9Wx9XEk0.&quot;"><id>tag:blogger.com,1999:blog-8498969716426777637.post-1526981232002919637</id><published>2011-01-02T22:27:00.002+08:00</published><updated>2011-01-05T14:08:23.690+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-05T14:08:23.690+08:00</app:edited><title>About This Blog</title><content type="html">&lt;div style="text-align: center; clear: both" class="separator"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://lh4.ggpht.com/_pVGeXF8jDyU/TSCK5QZS-YI/AAAAAAAAAO8/FRu83mP9Xqo/s1600-h/learn4%5B6%5D.jpg" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="About This Blog" border="0" alt="About This Blog" src="http://lh5.ggpht.com/_pVGeXF8jDyU/TSCK7UQL1zI/AAAAAAAAAPA/wwy7AMUcb10/learn4_thumb%5B4%5D.jpg?imgmax=800" width="480" height="250"&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;&lt;br&gt;The main purpose of creating this blog is to share all my experience in the process of learning PHP language to create a dynamic website through the book: &lt;strong&gt;Beginning PHP and MySQL From Novice to Professional, Third Edition.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;I am previously doing mostly electrical engineering stuff, and recently started to learn about website, and interested to build my own website. I’ve tried using free service like blogspot, wordpress, joomla, and drupal, but it seems like all these website template, or I should call it ready-made website, is not powerful enough that you cannot fully customize it to certain level. Another purpose of learning PHP is to understand more about the coding of the website, and how a website really function, that maybe I could create my own extension/plugin for the free services that I use previously. &lt;/p&gt; &lt;p&gt;So, here is the starting point, and yeah, wish myself best of luck!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8498969716426777637-1526981232002919637?l=myphplearning.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4oOBBdeE80kQbUq_D82CVlweIO8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4oOBBdeE80kQbUq_D82CVlweIO8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4oOBBdeE80kQbUq_D82CVlweIO8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4oOBBdeE80kQbUq_D82CVlweIO8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyPhpLearning/~4/rjWO09Iwbmc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://myphplearning.blogspot.com/feeds/1526981232002919637/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://myphplearning.blogspot.com/2011/01/about-this-blog.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8498969716426777637/posts/default/1526981232002919637?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8498969716426777637/posts/default/1526981232002919637?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyPhpLearning/~3/rjWO09Iwbmc/about-this-blog.html" title="About This Blog" /><author><name>tph</name><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://lh5.ggpht.com/_pVGeXF8jDyU/TSCK7UQL1zI/AAAAAAAAAPA/wwy7AMUcb10/s72-c/learn4_thumb%5B4%5D.jpg?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://myphplearning.blogspot.com/2011/01/about-this-blog.html</feedburner:origLink></entry></feed>

