<?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>Sony AK Knowledge Center &#187; PHP</title>
	<atom:link href="http://www.sony-ak.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sony-ak.com</link>
	<description>This website is administrated by Sony Arianto Kurniawan and not related to Sony Corporation or its affiliate at all</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:49:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Read your Latest Status Message on Facebook using PHP</title>
		<link>http://www.sony-ak.com/2010/07/read-your-latest-status-message-on-facebook-using-php/</link>
		<comments>http://www.sony-ak.com/2010/07/read-your-latest-status-message-on-facebook-using-php/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:26:58 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[status message]]></category>
		<category><![CDATA[web scraping]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=1010</guid>
		<description><![CDATA[This morning I got interesting e-mail. He want to grab his latest status message on his Facebook account using PHP. How to do that? It&#8217;s simple, I just doing some web scraping to Facebook Mobile interface and get the status message from there. Here is the code. As usual, I am using curl to do [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/07/read-your-latest-status-message-on-facebook-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Code of Login to Friendster using Curl on PHP</title>
		<link>http://www.sony-ak.com/2010/06/sample-code-of-login-to-friendster-using-curl-on-php/</link>
		<comments>http://www.sony-ak.com/2010/06/sample-code-of-login-to-friendster-using-curl-on-php/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 17:16:28 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[Friendster]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=949</guid>
		<description><![CDATA[One of my friend ask me to do login to Friendster (www.friendster.com) using Curl on PHP and get their session. OK, it&#8217;s very simple. Please have a look on below simple code. This code created on June 23, 2010. Friendster might change the login mechanism without notice. If this code is not working, you can [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/06/sample-code-of-login-to-friendster-using-curl-on-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Example of Consuming Web Service using PHP SOAP Extension</title>
		<link>http://www.sony-ak.com/2010/06/simple-example-of-consuming-web-service-using-php-soap-extension/</link>
		<comments>http://www.sony-ak.com/2010/06/simple-example-of-consuming-web-service-using-php-soap-extension/#comments</comments>
		<pubDate>Mon, 31 May 2010 18:02:08 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[weight conversion]]></category>
		<category><![CDATA[wsdl]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=928</guid>
		<description><![CDATA[Yesterday my friend ask me about how to consume or call SOAP web service using PHP. OK, it should be easy because PHP has a great SOAP extension to handle this. First you must check if your PHP stack already installed with SOAP extension. Just call the phpinfo() function from your script and check if [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/06/simple-example-of-consuming-web-service-using-php-soap-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>short_open_tag Directive on php.ini</title>
		<link>http://www.sony-ak.com/2010/05/short_open_tag-directive-on-php-ini/</link>
		<comments>http://www.sony-ak.com/2010/05/short_open_tag-directive-on-php-ini/#comments</comments>
		<pubDate>Thu, 27 May 2010 08:40:37 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[directive]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[short_open_tag]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=918</guid>
		<description><![CDATA[If you want use &#60;? &#8230; ?&#62; rather than &#60;?php &#8230; ?&#62; on PHP, you can do the following steps. 1. Open your php.ini file 2. Search for &#8216;short_open_tag&#8217; directive (see picture below) 3. The default value of &#8216;short_open_tag&#8217; directive usually Off, now you can change it to On 4. Save the php.ini 5. Restart [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/05/short_open_tag-directive-on-php-ini/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I already have XAMPP installed, can I install Zend Server CE on the same machine with XAMPP?</title>
		<link>http://www.sony-ak.com/2010/04/i-already-have-xampp-installed-can-i-install-zend-server-ce-on-the-same-machine-with-xampp/</link>
		<comments>http://www.sony-ak.com/2010/04/i-already-have-xampp-installed-can-i-install-zend-server-ce-on-the-same-machine-with-xampp/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 17:07:28 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Server CE]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[zend server]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=830</guid>
		<description><![CDATA[My friend ask that question to me. The answer is definitely Yes. But the next question is everything gonna be fine after installation? The answer also Yes. I assume you install the Zend Server CE (Community Edition) on Windows. Just run the installation file. I am using the Zend Server CE version 5.0.1 that using [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/i-already-have-xampp-installed-can-i-install-zend-server-ce-on-the-same-machine-with-xampp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create Simple Dashboard for your Domain Expiration Information</title>
		<link>http://www.sony-ak.com/2010/04/create-simple-dashboard-for-your-domain-expiration-information/</link>
		<comments>http://www.sony-ak.com/2010/04/create-simple-dashboard-for-your-domain-expiration-information/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 09:00:20 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Domain]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[date difference]]></category>
		<category><![CDATA[expiration date]]></category>
		<category><![CDATA[expire]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=739</guid>
		<description><![CDATA[In my organization, there are so many internet domains that have to be monitored, especially on their expiration date. To make my life easy, I create little dashboard to monitor the domain expiration. It just shows simple domain list, its expiration date and how many days or months left before expiration. How to create such [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/create-simple-dashboard-for-your-domain-expiration-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Dashboard to Detect Signal Strength on IPSTAR Terminal Properties</title>
		<link>http://www.sony-ak.com/2010/04/create-dashboard-to-detect-signal-strength-on-ipstar-terminal-properties/</link>
		<comments>http://www.sony-ak.com/2010/04/create-dashboard-to-detect-signal-strength-on-ipstar-terminal-properties/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 09:38:14 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ipstar]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[vsat]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=759</guid>
		<description><![CDATA[One of my friend is currently using internet connection using VSAT from IPSTAR. The IPSTAR technical guy give him the special URL to detect the signal strength from the VSAT terminal. Unfortunately, that URL only can be accessed properly by using Internet Explorer browser. So he asks me to find out how to read the [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/create-dashboard-to-detect-signal-strength-on-ipstar-terminal-properties/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create Simple Data Paging using PHP and MySQL</title>
		<link>http://www.sony-ak.com/2010/04/create-simple-data-paging-using-php-and-mysql/</link>
		<comments>http://www.sony-ak.com/2010/04/create-simple-data-paging-using-php-and-mysql/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:59:54 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[data paging]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=741</guid>
		<description><![CDATA[Now we will cover about how to create simple data paging using PHP and MySQL. Sometimes you have to display large set of data on the web page. Using data paging, you can display your data page-by-page and you can define how many data should be displayed on each page. Let&#8217;s start our mission. I [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/create-simple-data-paging-using-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simulate File Upload with PHP and curl</title>
		<link>http://www.sony-ak.com/2010/04/simulate-file-upload-with-php-and-curl/</link>
		<comments>http://www.sony-ak.com/2010/04/simulate-file-upload-with-php-and-curl/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 09:28:42 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=740</guid>
		<description><![CDATA[In this article, I will explain how to simulate file upload using PHP and curl. First I will create the complete but simple normal upload in PHP. Here is the code to do a normal file upload on PHP. Normal file upload mechanism using PHP 1 2 3 4 5 6 7 8 9 10 [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/simulate-file-upload-with-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Simple Whois Service with PHP and curl</title>
		<link>http://www.sony-ak.com/2010/04/create-simple-whois-service-with-php-and-curl/</link>
		<comments>http://www.sony-ak.com/2010/04/create-simple-whois-service-with-php-and-curl/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 21:19:39 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[fonetrek.mobi]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=728</guid>
		<description><![CDATA[My friend ask me to create simple generic top-level domain whois service. It&#8217;s easy actualy, I remember that there is simple whois service that I usually use to check domain availability. It&#8217;s called Fonetrek.mobi. Let&#8217;s go to use it as our simple whois service using PHP and curl library. The URL to check domain whois [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/create-simple-whois-service-with-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
