<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>PHP Freelancer - Programming Sourcing Heaven</title>
	<link>http://www.balistupa.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 16 Apr 2008 03:58:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>INSERT INTO SELECT command on Mysql Database</title>
		<description>Sometimes we need to copied a small pieces of one table to another table. Usually we run SELECT FROM source table first, and then iteratively add into target table, the query is something like this
mysql_query('SELECT id, name, address FROM member');
and then using php, we add all results into target table
mysql_query('INSERT ...</description>
		<link>http://www.balistupa.com/2008/04/insert-into-select-command-on-mysql-database/</link>
			</item>
	<item>
		<title>How to find current URL using php?</title>
		<description>Sometimes we need to find current URL for processing on script. URL is construct by three component :

	Domain name : www.domain.com
	Script name : index.php
	Query string : parameter on url, example component=member&#38;task=edit

Using $_SERVER variable we can get this all information and construct it to get full URL. We need to retrieve ...</description>
		<link>http://www.balistupa.com/2008/04/how-to-find-current-url-using-php/</link>
			</item>
	<item>
		<title>Site philosophy, another introduction title than Hello world!</title>
		<description>As my other new website, i always create an introduction text about the site purposes beside of using this standard text after wordpress installation.
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
I would like to describe my skill background. I were graduated from Christian ...</description>
		<link>http://www.balistupa.com/2008/04/hello-world/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.173 seconds -->
