<?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; php</title>
	<atom:link href="http://gap.web.id/index.php/tag/php/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>How to Make a Drupal Theme</title>
		<link>http://gap.web.id/index.php/2009/11/how-to-make-a-drupal-theme/</link>
		<comments>http://gap.web.id/index.php/2009/11/how-to-make-a-drupal-theme/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 07:31:04 +0000</pubDate>
		<dc:creator>arYo</dc:creator>
				<category><![CDATA[note]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://gap.web.id/note/?p=228</guid>
		<description><![CDATA[Making a custom Drupal theme is actually quite easy. A Drupal theme is just a few PHP files, a CSS file, and an info file. I prefer the PHPtemplate theme engine (the default one) but you have several choices. See the bottom of this post for a link to the official Drupal Theme Developer&#8217;s Guide which has information on other Drupal template engines. The following information was originally written for [...]]]></description>
		<wfw:commentRss>http://gap.web.id/index.php/2009/11/how-to-make-a-drupal-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lindungi file anda dengan .htaccess</title>
		<link>http://gap.web.id/index.php/2009/11/lindungi-file-anda-dengan-htaccess/</link>
		<comments>http://gap.web.id/index.php/2009/11/lindungi-file-anda-dengan-htaccess/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 12:23:15 +0000</pubDate>
		<dc:creator>arYo</dc:creator>
				<category><![CDATA[note]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://gap.web.id/note/?p=192</guid>
		<description><![CDATA[Salah satu hal yang tidak boleh dilakukan oleh seorang programmer adalah mengaliaskan file bahasa pemrograman PHP kedalam tipe file yang tidak dilindungi oleh webserver. Contoh, file koneksi, ataupun file fungsi yang menyimpan data-data penting dari web kita disimpan dalam file yang berektensi *.inc atau *.dat dan lain-lain dimana type file tersebut tidak dilindungi oleh webserver sehingga bisa diakses secara langsung dari browser, ini contoh beberapa programmer yang ceroboh membiarkan data [...]]]></description>
		<wfw:commentRss>http://gap.web.id/index.php/2009/11/lindungi-file-anda-dengan-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
