<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GAPWEBID &#187; database</title>
	<atom:link href="http://gap.web.id/index.php/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://gap.web.id</link>
	<description>it&#039;s only a note, to learn and to share</description>
	<lastBuildDate>Sat, 24 Jul 2010 04:43:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>uninstall LAMP ubuntu 9.10</title>
		<link>http://gap.web.id/index.php/2009/12/uninstall-lamp-ubuntu-9-10/</link>
		<comments>http://gap.web.id/index.php/2009/12/uninstall-lamp-ubuntu-9-10/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 10:30:44 +0000</pubDate>
		<dc:creator>arYo</dc:creator>
				<category><![CDATA[note]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ngoprek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://gap.web.id/note/?p=350</guid>
		<description><![CDATA[berikut langkah2nya sudo invoke-rc.d mysql stop sudo invoke-rc.d apache2 stop sudo update-rc.d -f apache2 remove sudo update-rc.d -f mysql remove hasil dari commend di atas seperti ini Removing any system startup links for /etc/init.d/apache2 &#8230; /etc/rc0.d/K09apache2 /etc/rc1.d/K09apache2 /etc/rc2.d/S91apache2 /etc/rc3.d/S91apache2 /etc/rc4.d/S91apache2 /etc/rc5.d/S91apache2 /etc/rc6.d/K09apache2 Removing any system startup links for /etc/init.d/mysql &#8230; /etc/rc0.d/K21mysql /etc/rc1.d/K21mysql /etc/rc2.d/S19mysql /etc/rc3.d/S19mysql /etc/rc4.d/S19mysql /etc/rc5.d/S19mysql /etc/rc6.d/K21mysql uninstall AMP constituents sudo apt-get &#8211;purge remove mysql-common apache2* php5-common anda harus menjalankan [...]]]></description>
		<wfw:commentRss>http://gap.web.id/index.php/2009/12/uninstall-lamp-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP)</title>
		<link>http://gap.web.id/index.php/2009/12/lamp-server-with-ubuntu-9-10/</link>
		<comments>http://gap.web.id/index.php/2009/12/lamp-server-with-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 20:11:38 +0000</pubDate>
		<dc:creator>arYo</dc:creator>
				<category><![CDATA[note]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ngoprek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://gap.web.id/note/?p=329</guid>
		<description><![CDATA[LAMP singkatan dari Linux, Apache, MySQL, PHP. tutorial ini memperlihatkan cara install  Apache2 webserver di Ubuntu 9.10 server dengan PHP5 support (mod_php) dan MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100 atau localhost. These settings might differ for you, so you have to replace them where appropriate. I&#8217;m [...]]]></description>
		<wfw:commentRss>http://gap.web.id/index.php/2009/12/lamp-server-with-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trik mencegah SQL injection</title>
		<link>http://gap.web.id/index.php/2009/11/trik-mencegah-sql-injection/</link>
		<comments>http://gap.web.id/index.php/2009/11/trik-mencegah-sql-injection/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 10:59:38 +0000</pubDate>
		<dc:creator>arYo</dc:creator>
				<category><![CDATA[note]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://gap.web.id/note/?p=157</guid>
		<description><![CDATA[ini ada penjelasan bagus mengenai SQL Injection : http://www.unixwiz.net/techtips/sql-injection.html Sekarang bagaimana cara memproteksi form inputan kita dari serangan model seperti itu.. php sudah menyediakan fungsi untuk itu : berikut scriptnya // menggunakan ctype_alnum if ((ctype_alnum($username) == false) or (ctype_alnum($pass) == false)) { die (&#8220;Maaf, anda harus menginputkan alphanumerik&#8221;) : } ?&#62; lebih jelasnya bisa liat disini mengenai fungsi tersebut : http://www.php.net/ctype_alnum Mudah-mudahan dengan cara ini sedikit mengurangi orang-orang yang iseng.. [...]]]></description>
		<wfw:commentRss>http://gap.web.id/index.php/2009/11/trik-mencegah-sql-injection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
