Rabu, 27 Januari 2010

PHP 5.0 and MYSQL 5

In this chapter, the discussion of PHP 5.0 will only be the basis
to better understand the discussion in the next chapter,
not deepen the use of libraries, the libraries that
possess or use SQLite which is a new thing
in PHP 5.0. So also with discussion of MySQL 5.0,
limited to data management, not on a store procedure
are new to MySQL.
At the end of this chapter, the MySQL 5.0 data management will
PHPMyAdmin using a fairly simple and familiar
supported by web-based graphical interface. With
the support of Indonesian in PHPMyAdmin,
MySQL data management becomes easier.

PHP Basics

The following are examples of simple PHP script that can be
gives some idea of how easy it is
learn PHP. PHP script below:


">
Judul Web">Title <head> Web </ title> </ head> <br /></span><span title="">"><body> <br /></span><span title="<?"><? <br /></span><span title="echo “Percobaan pertama!”;">echo "first experiment"; <br /></span><span title="">”;">echo "<br />"; <br /></span><span title="">">?> <br /></span></span><span id="result_box" class="long_text"><span style="background-color: rgb(255, 255, 255);" title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"></ body> <br /></span><span style="background-color: rgb(255, 255, 255);" title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"></ html> <br /></span><span style="background-color: rgb(255, 255, 255);" title="akan sama hasilnya dengan file HTML dengan source seperti" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">will be the same result with an HTML file with the source as <br /></span><span style="background-color: rgb(255, 255, 255);" title="berikut ini:" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">following: <br /></span><span style="background-color: rgb(255, 255, 255);" title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"><html> <br /></span><span style="background-color: rgb(255, 255, 255);" title=""><title>Judul Web" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Title <head> Web </ title> </ head> <br /></span><span style="background-color: rgb(255, 255, 255);" title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"><body> <br /></span><span style="background-color: rgb(255, 255, 255);" title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">The first experiment <br /> <br /></span><span title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"></ body> <br /></span><span title="">" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"></ html> <br /> <br /></span><span style="background-color: rgb(255, 255, 255);" title="Perintah echo tidak terlihat pada source HTML di atas karena" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Echo command is not visible in the HTML source above because <br /></span><span title="perintah tersebut telah diproses di dalam web server." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">order has been processed in the web server. </span><span style="background-color: rgb(255, 255, 255);" title="Hasil proses" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">The results of the process <br /></span><span style="background-color: rgb(255, 255, 255);" title="tersebutlah yang akan dibaca oleh kita melalui browser sehingga" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">tersebutlah which will be read by us through your browser so that <br /></span><span style="background-color: rgb(255, 255, 255);" title="script PHP yang ditulis tidak dapat diketahui oleh kita (client)." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">PHP scripts are written can not be known by us (the client). <br /></span><span title="Inilah yang disebut sebagai server-side scripting, script yang" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">This is called a server-side scripting, script <br /></span><span title="diproses di sisi server dan berbeda dengan Javascript yang" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">processed on the server side and Javascript are different from <br /></span><span style="background-color: rgb(255, 255, 255);" title="diproses oleh komputer client (client-side scripting), dimana script" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">processed by the client computer (client-side scripting), where the script <br /></span><span title="yang dibuat tetap dapat dilihat oleh client melalui menu View |" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">made permanent can be seen by the client via the menu View | <br /></span><span title="Source." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Source. <br /></span><span title="Script PHP dapat disisipkan di bagian manapun dari HTML," onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">PHP script can be pasted on any part of the HTML, <br /></span><span title="asalkan ditulis di antara tag <?" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">provided that written on the tag <? </span><span title=""> atau <?php dan ?>." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">and?> or <? php and?>. </span><span title="Tag" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Tag <br /></span><span title="tersebutlah yang memberi tanda bahwa di dalamnya terdapat" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">tersebutlah that signal that where there is <br /></span><span title="kode-kode PHP yang sebagian besar mirip dengan bahasa yang" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">PHP codes are most similar to the language <br /></span><span title="digunakan pada pemrograman bahasa C." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">used in programming language C. </span><span title="Setiap akhir perintah" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Each end of the command <br /></span><span title="diakhiri dengan tanda titik koma (semicolons)." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">end with a semicolon (semicolons). </span><span title="Jika Anda sudah" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">If you have <br /></span><span title="pernah mempelajari pemrograman dalam bahasa C, tentu akan" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">never learn programming in C, would be <br /></span><span title="memudahkan dalam pemahaman PHP." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">facilitate the understanding of PHP. </span><span title="Tetapi jika belum, tidak" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">But if not, do not <br /></span><span title="akan menghalangi Anda dalam memahami PHP." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">will prevent you understand PHP. <br /></span><span title="Listing program berikut ini merupakan latihan perhitungan" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">The following program listing is a calculation exercise <br /></span><span title="aritmateka sederhana." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">aritmateka simple. </span><span title="Materi ini selalu menjadi bagian dasar dari" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">This material is always a basic part of <br /></span><span title="berbagai bahasa pemrograman." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">various programming languages. </span><span title="Pada contoh berikut, kita akan" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">In the next example, we will <br /></span><span title="mencoba untuk memproses perhitungan yang paling sederhana" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">trying to process the most simple calculation <br /></span><span title="dan mudah dimengerti pada 2 (dua) variabel." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">and easy to understand in 2 (two) variables. </span><span title="Dengan begitu," onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Thus, <br /></span><span title="operasi aritmateka pada PHP dapat kita pahami terlebih dahulu." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">aritmateka operations in PHP we can understand at first.</span></span> <br /></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'> <img border='0' src='http://24rohman.googlepages.com/icon_clock.gif'/> <span class='post-author vcard'> Penulis <span class='fn'>Dharma</span> </span> <span class='post-timestamp'> di <a class='timestamp-link' href='http://dharma38.blogspot.com/2010/01/php-50-and-mysql-5.html' rel='bookmark' title='permanent link'><abbr class='published' title='2010-01-27T17:12:00-08:00'>17.12</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=5478115224104311439&postID=1895463402492121316' title='Posting Email'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-1015415158'> <a href='https://www.blogger.com/post-edit.g?blogID=5478115224104311439&postID=1895463402492121316&from=pencil' title='Edit Entri'> <span class='quick-edit-icon'> </span> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'> <span class='post-labels'> Label: <a href='http://dharma38.blogspot.com/search/label/Artikel%20Database' rel='tag'>Artikel Database</a> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4> 0 komentar: </h4> <dl id='comments-block'> </dl> <p class='comment-footer'> <div class='comment-form'> <a name='comment-form'></a> <h4 id='comment-post-message'>Posting Komentar</h4> <p> </p> <a href='https://www.blogger.com/comment/frame/5478115224104311439?po=1895463402492121316&hl=id' id='comment-editor-src'></a> <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='275' id='comment-editor' name='comment-editor' scrolling='no' src='' width='100%'></iframe> <!--Can't find substitution for tag [post.friendConnectJs]--> <script src='https://www.blogger.com/static/v1/jsbin/4269703388-comment_from_post_iframe.js' type='text/javascript'></script> <script type='text/javascript'> BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html', '0'); </script> </div> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://dharma38.blogspot.com/2010/01/hacking-windows-9x-from-primitive-9598.html' id='Blog1_blog-pager-newer-link' title='Posting Lebih Baru'>Posting Lebih Baru</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://dharma38.blogspot.com/2010/01/phone-system-moving-vehicles-by-using.html' id='Blog1_blog-pager-older-link' title='Posting Lama'>Posting Lama</a> </span> <a class='home-link' href='http://dharma38.blogspot.com/'>Beranda</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Langganan: <a class='feed-link' href='http://dharma38.blogspot.com/feeds/1895463402492121316/comments/default' target='_blank' type='application/atom+xml'>Posting Komentar (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget HTML' data-version='1' id='HTML6'> <div class='widget-content'> <script src="http://kumpulblogger.com/dam.php?b=87003" type="text/javascript"> </script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML5'> <h2 class='title'>Iklan</h2> <div class='widget-content'> <!-- Begin: http://adsensecamp.com/ --> <script src="http://adsensecamp.com/show/?id=EniiyOaCDjg%3D&cid=1mKE6FR8OXo%3D&chan=n3c0Y4t99a4%3D&type=3&title=3D81EE&text=000000&background=FFFFFF&border=000000&url=2BA94F" type="text/javascript"> </script> <!-- End: http://adsensecamp.com/ --> </div> <div class='clear'></div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/04484788019997061850'><img alt='Foto saya' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlg6mvm6fEBF2I_HHgT1jhFh0Xndwi2ZF6-4GNkvYowpC59rlSZhMu955suGy4_ls6eWj6Ad5bb0VFMmeXbqhCKRadhvMAnz6CYR6WoeLsoUXIHZYiRpLpqfXEjyb4ypE/s220/HighSkulNeverEnd0119.jpg' width='60'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/04484788019997061850' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Dharma </a> </dt> <dd class='profile-textblock'>SARJANA YANG HEBAT ADALAH SARJANA YANG MAMPU MENGUBAH KEGAGALAN MENJADI KEBERHASILAN UNTUKNYA</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/04484788019997061850' rel='author'>Lihat profil lengkapku</a> <div class='clear'></div> </div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d5478115224104311439\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByMwMDAwMDAqByNmZmZmZmYyByMwMDAwMDA6ByMwMDAwMDBCByMwMDAwMDBKByMwMDAwMDBSByNGRkZGRkZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26postID\x3d1895463402492121316\x26origin\x3dhttp://dharma38.blogspot.com/"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d5478115224104311439\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByMwMDAwMDAqByNmZmZmZmYyByMwMDAwMDA6ByMwMDAwMDBCByMwMDAwMDBKByMwMDAwMDBSByNGRkZGRkZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26postID\x3d1895463402492121316\x26origin\x3dhttp://dharma38.blogspot.com/"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Statistic</h2> <div class='widget-content'> <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&synd=open&w=160&h=60&title=Google+Translate+My+Page&lang=en&country=ALL&border=%23ffffff%7C0px%2C1px+solid+%23993333%7C0px%2C1px+solid+%23bb5555%7C0px%2C1px+solid+%23DD7777%7C0px%2C2px+solid+%23EE8888&output=js"></script> </div> <div class='clear'></div> </div><div class='widget LinkList' data-version='1' id='LinkList1'> <h2>Link</h2> <div class='widget-content'> <ul> <li><a href='http://blog.amikom.ac.id/'>Blog-Amikom</a></li> <li><a href='http://www.kliksaya.com/'>Klik Saya</a></li> <li><a href='http://www.blogcatalog.com/'>Blogcatalog</a></li> <li><a href='http://adsensecamp.com/'>Adsense Indonesia</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget Label' data-version='1' id='Label1'> <h2>Menu Artikel</h2> <div class='widget-content'> <ul> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Artikel%20Database'> Artikel Database </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/artikel%20E-commerce'> artikel E-commerce </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Artikel%20Hacking'> Artikel Hacking </a> <span dir='ltr'>(6)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Artikel%20Kamera'> Artikel Kamera </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/artikel%20lain'> artikel lain </a> <span dir='ltr'>(4)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Artikel%20Photoshop'> Artikel Photoshop </a> <span dir='ltr'>(15)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Artikel%20Satwa'> Artikel Satwa </a> <span dir='ltr'>(20)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Kebudayaan'> Kebudayaan </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://dharma38.blogspot.com/search/label/Komputer'> Komputer </a> <span dir='ltr'>(11)</span> </li> </ul> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>Sponsor</h2> <div class='widget-content'> <script src="http://kumpulblogger.com/dam.php?b=87003" type="text/javascript"> </script> <a href="http://www.kutukutubuku.com/kumpulblogger/index.html" target="_new"><img src="http://www.kutukutubuku.com/kumpulblogger/kumpulbloggerad.jpg" /></a><br />Masukkan Code ini <strong>K1-B55FED-8</strong><br />untuk berbelanja di KutuKutuBuku.com <a href="http://kumpulblogger.com/smart_index.php?skbid=111328" target="_new"><img src="http://kumpulblogger.com/banner_smart.jpg" title="Produk SMART" /></a><br />Produk SMART Telecom <script src="http://kumpulblogger.com/dam.php?b=97750" type="text/javascript"> </script> <script src="http://kumpulblogger.com/scahor.php?b=97750" type="text/javascript"></script> </div> <div class='clear'></div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> <div id='footer-wrapper'> <div class='footer section' id='footer'><div class='widget HTML' data-version='1' id='HTML9'> <h2 class='title'>Klik disini</h2> <div class='widget-content'> <!-- Begin: AdBrite, Generated: 2010-01-28 21:50:20 --> <style type="text/css"> .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #0000FF;} .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;} </style> <script type="text/javascript"> try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1508286&br=1&dk=736d616c6c20627573696e6573735f355f325f776562&col=3&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script> <div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1508286&afsid=1">Your Ad Here</a></div> <!-- End: AdBrite --> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML4'> <h2 class='title'>Adbrite</h2> <div class='widget-content'> <!-- Begin: AdBrite, Generated: 2010-01-24 20:04:32 --> <style type="text/css"> .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #0000FF;} .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;} </style> <script type="text/javascript"> try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1503081&br=1&dk=756e69766572736974792064656772656573206f6e6c696e655f355f325f776562&col=5&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script> <div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1503081&afsid=1">Your Ad Here</a></div> <!-- End: AdBrite --> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML2'> <h2 class='title'>Iklan</h2> <div class='widget-content'> <!-- Begin: http://adsensecamp.com/ --> <script src="http://adsensecamp.com/show/?id=EniiyOaCDjg%3D&cid=1mKE6FR8OXo%3D&chan=n3c0Y4t99a4%3D&type=5&title=3D81EE&text=000000&background=FFFFFF&border=000000&url=2BA94F" type="text/javascript"> </script> <!-- End: http://adsensecamp.com/ --> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image3'> <div class='widget-content'> <img alt='' height='80' id='Image3_img' src='http://3.bp.blogspot.com/_7h6JcYOE718/S1zpmcqvjSI/AAAAAAAAAGQ/ogbSXuidbEE/S748/Untitled-1.jpg' width='468'/> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image2'> <div class='widget-content'> <img alt='' height='80' id='Image2_img' src='http://1.bp.blogspot.com/_7h6JcYOE718/S1zpHuI4udI/AAAAAAAAAGA/n5Dji_p_qG4/S748/Untitled-3.jpg' width='600'/> <br/> </div> <div class='clear'></div> </div></div> </div> </div> <!-- end content-wrapper --> <div id='bot_footer'> <img alt='Bottom' src='http://img132.imageshack.us/img132/4300/footergzq.jpg'/> </div> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/4290687098-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY6-28-ZgK6KAxtbLYnePl1IR6Lg3w:1714660735231';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d5478115224104311439','//dharma38.blogspot.com/2010/01/php-50-and-mysql-5.html','5478115224104311439'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '5478115224104311439', 'title': 'Dharma38.blogspot.com', 'url': 'http://dharma38.blogspot.com/2010/01/php-50-and-mysql-5.html', 'canonicalUrl': 'http://dharma38.blogspot.com/2010/01/php-50-and-mysql-5.html', 'homepageUrl': 'http://dharma38.blogspot.com/', 'searchUrl': 'http://dharma38.blogspot.com/search', 'canonicalHomepageUrl': 'http://dharma38.blogspot.com/', 'blogspotFaviconUrl': 'http://dharma38.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'id', 'localeUnderscoreDelimited': 'id', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Dharma38.blogspot.com - Atom\x22 href\x3d\x22http://dharma38.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Dharma38.blogspot.com - RSS\x22 href\x3d\x22http://dharma38.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Dharma38.blogspot.com - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/5478115224104311439/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Dharma38.blogspot.com - Atom\x22 href\x3d\x22http://dharma38.blogspot.com/feeds/1895463402492121316/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a26ecadc30bb77e6', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Dapatkan link', 'key': 'link', 'shareMessage': 'Dapatkan link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Bagikan ke Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Bagikan ke Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Bagikan ke Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27id\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Baca selengkapnya', 'pageType': 'item', 'postId': '1895463402492121316', 'pageName': 'PHP 5.0 and MYSQL 5', 'pageTitle': 'Dharma38.blogspot.com: PHP 5.0 and MYSQL 5'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Tautan disalin ke papan klip!', 'ok': 'Oke', 'postLink': 'Tautan Pos'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Khusus', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'PHP 5.0 and MYSQL 5', 'description': 'In this chapter, the discussion of PHP 5.0 will only be the basis\r to better understand the discussion in the next chapter,\r not deepen the ...', 'url': 'http://dharma38.blogspot.com/2010/01/php-50-and-mysql-5.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 1895463402492121316}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'header', document.getElementById('Image1'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'crosscol', document.getElementById('HTML8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'main', document.getElementById('HTML7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1666805145-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebar', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'sidebar', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar', document.getElementById('LinkList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebar', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'footer', document.getElementById('HTML9'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'footer', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'footer', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image3', 'footer', document.getElementById('Image3'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image2', 'footer', document.getElementById('Image2'), {'resize': false}, 'displayModeFull')); </script> </body> <div id='copyright'> <span style='color: rgb(255, 255, 153); font-weight: bold;'><p>Copyright  ©  Dharma38.blogspot.com</p></span> </div> <div id='credits'> <!-- Please don't remove the credits below. We worked many hours to make this beautiful template available free for you. All we ask is to keep the links below intact Frelia.com and Anak-SD.com --> <span style='color: rgb(255, 255, 153); font-weight: bold;'>Template by <a href='http://www.frelia.com/' target='_blank'>Administrator Frelia</a> | <a href='http://www.anak-sd.com/' target='_blank'>Anak SD</a> | <a href='http://www.blogger.com' target='_blank'>Blogger</a> </span> </div> </html>